#339399

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

Shades of Scooter #339399

Tints of Scooter #339399

Color information

#339399 (or 0x339399) is unknown color: approx Scooter. HEX triplet: 33, 93 and 99. RGB value is (51,147,153). Sum of RGB (Red+Green+Blue) = 51+147+153=351 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.53% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #339399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339399 is #CC6C66. Grayscale: #767676. Windows color (decimal): -13397095 or 10064691. OLE color: 10064691.

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

Color convert

RGB51147153-
CMYK0.670.0400.4
HSL183.53º50%40%-
HSV(B)183.53º66.67%60%-
XYZ17.5523.8733.82-
YUV118.98147.279.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.53%
GREEN value IS 147 (57.81% from 255) = 41.88%
BLUE value IS 153 (60.16% from 255) = 43.59%
R=14.53%
G=41.88%
B=43.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511471530.670.0400.4183.535040
Hex339399434028b83228
Octal6322323110340502706250
Binary11001110010011100110011000011100010100010111000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339399; }

 p { color: rgb(51,147,153); }

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

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

 a { background-color: rgb(51,147,153); }

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

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

 span { border-color: rgb(51,147,153); }

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