#227FA7

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

Shades of Scooter #227FA7

Tints of Scooter #227FA7

Color information

#227FA7 (or 0x227FA7) is unknown color: approx Scooter. HEX triplet: 22, 7F and A7. RGB value is (34,127,167). Sum of RGB (Red+Green+Blue) = 34+127+167=328 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.37% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 167 (65.62% from 255 or 50.91% from 328); Max value from RGB is 167 - color contains mainly: blue. Hex color #227FA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227FA7 is #DD8058. Grayscale: #676767. Windows color (decimal): -14516313 or 10977058. OLE color: 10977058.

HSL color Cylindrical-coordinate representation of color #227FA7: hue angle of 198.05º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #227FA7 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB34127167-
CMYK0.800.2400.35
HSL198.05º66.17%39.41%-
HSV(B)198.05º79.64%65.49%-
XYZ15.2218.3139.29-
YUV103.75163.6978.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.37%
GREEN value IS 127 (50% from 255) = 38.72%
BLUE value IS 167 (65.62% from 255) = 50.91%
R=10.37%
G=38.72%
B=50.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal341271670.800.2400.35198.0566.1739.41
Hex227FA75018023c64227
Octal421772471203004330610247
Binary1000101111111101001111010000110000100011110001101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,127,167); }

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

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

 a { background-color: rgb(34,127,167); }

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

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

 span { border-color: rgb(34,127,167); }

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