#337F95

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

Shades of Scooter #337F95

Tints of Scooter #337F95

Color information

#337F95 (or 0x337F95) is unknown color: approx Scooter. HEX triplet: 33, 7F and 95. RGB value is (51,127,149). Sum of RGB (Red+Green+Blue) = 51+127+149=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #337F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337F95 is #CC806A. Grayscale: #6A6A6A. Windows color (decimal): -13402219 or 9797427. OLE color: 9797427.

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

Color convert

RGB51127149-
CMYK0.660.1500.42
HSL193.47º49%39.22%-
HSV(B)193.47º65.77%58.43%-
XYZ14.3818.0531.16-
YUV106.78151.8288.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.60%
GREEN value IS 127 (50% from 255) = 38.84%
BLUE value IS 149 (58.59% from 255) = 45.57%
R=15.60%
G=38.84%
B=45.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511271490.660.1500.42193.474939.22
Hex337F9542F02Ac13127
Octal63177225102170523016147
Binary11001111111111001010110000101111010101011000001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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