#227D9B

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

Shades of Scooter #227D9B

Tints of Scooter #227D9B

Color information

#227D9B (or 0x227D9B) is unknown color: approx Scooter. HEX triplet: 22, 7D and 9B. RGB value is (34,125,155). Sum of RGB (Red+Green+Blue) = 34+125+155=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #227D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227D9B is #DD8264. Grayscale: #656565. Windows color (decimal): -14516837 or 10190114. OLE color: 10190114.

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

Color convert

RGB34125155-
CMYK0.780.1900.39
HSL194.88º64.02%37.06%-
HSV(B)194.88º78.06%60.78%-
XYZ13.9117.3733.63-
YUV101.21158.3580.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.83%
GREEN value IS 125 (49.22% from 255) = 39.81%
BLUE value IS 155 (60.94% from 255) = 49.36%
R=10.83%
G=39.81%
B=49.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal341251550.780.1900.39194.8864.0237.06
Hex227D9B4E13027c34025
Octal421752331162304730310045
Binary1000101111101100110111001110100110100111110000111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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