#3399A3

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

Shades of Scooter #3399A3

Tints of Scooter #3399A3

Color information

#3399A3 (or 0x3399A3) is unknown color: approx Scooter. HEX triplet: 33, 99 and A3. RGB value is (51,153,163). Sum of RGB (Red+Green+Blue) = 51+153+163=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 163 - color contains mainly: blue. Hex color #3399A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3399A3 is #CC665C. Grayscale: #7B7B7B. Windows color (decimal): -13395549 or 10721587. OLE color: 10721587.

HSL color Cylindrical-coordinate representation of color #3399A3: hue angle of 185.36º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3399A3 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB51153163-
CMYK0.690.0600.36
HSL185.36º52.34%41.96%-
HSV(B)185.36º68.71%63.92%-
XYZ19.3726.1338.67-
YUV123.64150.2176.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.90%
GREEN value IS 153 (60.16% from 255) = 41.69%
BLUE value IS 163 (64.06% from 255) = 44.41%
R=13.90%
G=41.69%
B=44.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal511531630.690.0600.36185.3652.3441.96
Hex3399A3456024b9342a
Octal6323124310560442716452
Binary11001110011001101000111000101110010010010111001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3399A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3399A3; }

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

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

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

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

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

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

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

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