#227e9d

Color #227E9D Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #227E9D

Tints of Scooter #227E9D

Color information

#227E9D (or 0x227E9D) is unknown color: approx Scooter. HEX triplet: 22, 7E and 9D. RGB value is (34,126,157). Sum of RGB (Red+Green+Blue) = 34+126+157=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #227E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227E9D is #DD8162. Grayscale: #656565. Windows color (decimal): -14516579 or 10321442. OLE color: 10321442.

HSL color Cylindrical-coordinate representation of color #227E9D: hue angle of 195.12º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #227E9D is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB34126157-
CMYK0.780.2000.38
HSL195.12º64.4%37.45%-
HSV(B)195.12º78.34%61.57%-
XYZ14.2117.734.57-
YUV102.03159.0279.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 10.73%
GREEN value IS 126 (49.61% from 255) = 39.75%
BLUE value IS 157 (61.72% from 255) = 49.53%
R=10.73%
G=39.75%
B=49.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal341261570.780.2000.38195.1264.437.45
Hex227E9D4E14026c34025
Octal421762351162404630310045
Binary1000101111110100111011001110101000100110110000111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227e9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227e9d; }

 p { color: rgb(34,126,157); }

 H1.HeaderClassName
 {
   color: #227e9d;
 }
 .AnyTagClassName
 {
   color: #227e9d;
 }
</style>
background-color css

<style>
 a { background-color: #227e9d; }

 a { background-color: rgb(34,126,157); }

 div.DivClassName
 {
   background-color: #227e9d;
 }
 .BgClassName
 {
   background-color: #227e9d;
 }
</style>
border-color css

<style>
 span { border-color: #227e9d; }

 span { border-color: rgb(34,126,157); }

 td.TdClassName
 {
   border-color: #227e9d;
 }
 .TagClassName
 {
   border-color: #227e9d;
 }
</style>