#337F96

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

Shades of Scooter #337F96

Tints of Scooter #337F96

Color information

#337F96 (or 0x337F96) is unknown color: approx Scooter. HEX triplet: 33, 7F and 96. RGB value is (51,127,150). Sum of RGB (Red+Green+Blue) = 51+127+150=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #337F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337F96 is #CC8069. Grayscale: #6A6A6A. Windows color (decimal): -13402218 or 9862963. OLE color: 9862963.

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

Color convert

RGB51127150-
CMYK0.660.1500.41
HSL193.94º49.25%39.41%-
HSV(B)193.94º66%58.82%-
XYZ14.4618.0831.58-
YUV106.9152.3288.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.55%
GREEN value IS 127 (50% from 255) = 38.72%
BLUE value IS 150 (58.98% from 255) = 45.73%
R=15.55%
G=38.72%
B=45.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal511271500.660.1500.41193.9449.2539.41
Hex337F9642F029c23127
Octal63177226102170513026147
Binary11001111111111001011010000101111010100111000010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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