#227C9B

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

Shades of Scooter #227C9B

Tints of Scooter #227C9B

Color information

#227C9B (or 0x227C9B) is unknown color: approx Scooter. HEX triplet: 22, 7C and 9B. RGB value is (34,124,155). Sum of RGB (Red+Green+Blue) = 34+124+155=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #227C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227C9B is #DD8364. Grayscale: #646464. Windows color (decimal): -14517093 or 10189858. OLE color: 10189858.

HSL color Cylindrical-coordinate representation of color #227C9B: hue angle of 195.37º 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 #227C9B is Cyan = 0.78, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB34124155-
CMYK0.780.200.39
HSL195.37º64.02%37.06%-
HSV(B)195.37º78.06%60.78%-
XYZ13.7817.1233.59-
YUV100.62158.6880.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.86%
GREEN value IS 124 (48.83% from 255) = 39.62%
BLUE value IS 155 (60.94% from 255) = 49.52%
R=10.86%
G=39.62%
B=49.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal341241550.780.200.39195.3764.0237.06
Hex227C9B4E14027c34025
Octal421742331162404730310045
Binary1000101111100100110111001110101000100111110000111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,124,155); }

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

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

 a { background-color: rgb(34,124,155); }

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

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

 span { border-color: rgb(34,124,155); }

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