#337F97

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

Shades of Scooter #337F97

Tints of Scooter #337F97

Color information

#337F97 (or 0x337F97) is unknown color: approx Scooter. HEX triplet: 33, 7F and 97. RGB value is (51,127,151). Sum of RGB (Red+Green+Blue) = 51+127+151=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 151 - color contains mainly: blue. Hex color #337F97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337F97 is #CC8068. Grayscale: #6A6A6A. Windows color (decimal): -13402217 or 9928499. OLE color: 9928499.

HSL color Cylindrical-coordinate representation of color #337F97: hue angle of 194.4º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #337F97 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB51127151-
CMYK0.660.1600.41
HSL194.4º49.5%39.61%-
HSV(B)194.4º66.23%59.22%-
XYZ14.5418.1232.01-
YUV107.01152.8288.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.50%
GREEN value IS 127 (50% from 255) = 38.60%
BLUE value IS 151 (59.38% from 255) = 45.90%
R=15.50%
G=38.60%
B=45.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal511271510.660.1600.41194.449.539.61
Hex337F974210029c23228
Octal63177227102200513026250
Binary110011111111110010111100001010000010100111000010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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