#337F9B

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

Shades of Scooter #337F9B

Tints of Scooter #337F9B

Color information

#337F9B (or 0x337F9B) is unknown color: approx Scooter. HEX triplet: 33, 7F and 9B. RGB value is (51,127,155). Sum of RGB (Red+Green+Blue) = 51+127+155=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #337F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337F9B is #CC8064. Grayscale: #6B6B6B. Windows color (decimal): -13402213 or 10190643. OLE color: 10190643.

HSL color Cylindrical-coordinate representation of color #337F9B: hue angle of 196.15º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #337F9B is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB51127155-
CMYK0.670.1800.39
HSL196.15º50.49%40.39%-
HSV(B)196.15º67.1%60.78%-
XYZ14.8718.2533.75-
YUV107.47154.8287.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.32%
GREEN value IS 127 (50% from 255) = 38.14%
BLUE value IS 155 (60.94% from 255) = 46.55%
R=15.32%
G=38.14%
B=46.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511271550.670.1800.39196.1550.4940.39
Hex337F9B4312027c43228
Octal63177233103220473046250
Binary110011111111110011011100001110010010011111000100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337F9B; }

 p { color: rgb(51,127,155); }

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

<style>
 a { background-color: #337F9B; }

 a { background-color: rgb(51,127,155); }

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

<style>
 span { border-color: #337F9B; }

 span { border-color: rgb(51,127,155); }

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