#227D9C

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

Shades of Scooter #227D9C

Tints of Scooter #227D9C

Color information

#227D9C (or 0x227D9C) is unknown color: approx Scooter. HEX triplet: 22, 7D and 9C. RGB value is (34,125,156). Sum of RGB (Red+Green+Blue) = 34+125+156=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #227D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227D9C is #DD8263. Grayscale: #656565. Windows color (decimal): -14516836 or 10255650. OLE color: 10255650.

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

Color convert

RGB34125156-
CMYK0.780.2000.39
HSL195.25º64.21%37.25%-
HSV(B)195.25º78.21%61.18%-
XYZ13.9917.4134.07-
YUV101.32158.8579.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.79%
GREEN value IS 125 (49.22% from 255) = 39.68%
BLUE value IS 156 (61.33% from 255) = 49.52%
R=10.79%
G=39.68%
B=49.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal341251560.780.2000.39195.2564.2137.25
Hex227D9C4E14027c34025
Octal421752341162404730310045
Binary1000101111101100111001001110101000100111110000111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,125,156); }

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

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

 a { background-color: rgb(34,125,156); }

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

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

 span { border-color: rgb(34,125,156); }

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