#227e9f

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

Shades of Scooter #227E9F

Tints of Scooter #227E9F

Color information

#227E9F (or 0x227E9F) is unknown color: approx Scooter. HEX triplet: 22, 7E and 9F. RGB value is (34,126,159). Sum of RGB (Red+Green+Blue) = 34+126+159=319 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.66% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #227E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227E9F is #DD8160. Grayscale: #666666. Windows color (decimal): -14516577 or 10452514. OLE color: 10452514.

HSL color Cylindrical-coordinate representation of color #227E9F: hue angle of 195.84º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #227E9F is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB34126159-
CMYK0.790.2100.38
HSL195.84º64.77%37.84%-
HSV(B)195.84º78.62%62.35%-
XYZ14.3817.7635.47-
YUV102.25160.0279.32-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.66%
GREEN value IS 126 (49.61% from 255) = 39.50%
BLUE value IS 159 (62.5% from 255) = 49.84%
R=10.66%
G=39.50%
B=49.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal341261590.790.2100.38195.8464.7737.84
Hex227E9F4F15026c44126
Octal421762371172504630410146
Binary1000101111110100111111001111101010100110110001001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227e9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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