#3399A7

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

Shades of Scooter #3399A7

Tints of Scooter #3399A7

Color information

#3399A7 (or 0x3399A7) is unknown color: approx Scooter. HEX triplet: 33, 99 and A7. RGB value is (51,153,167). Sum of RGB (Red+Green+Blue) = 51+153+167=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 167 - color contains mainly: blue. Hex color #3399A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3399A7 is #CC6658. Grayscale: #7B7B7B. Windows color (decimal): -13395545 or 10983731. OLE color: 10983731.

HSL color Cylindrical-coordinate representation of color #3399A7: hue angle of 187.24º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3399A7 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB51153167-
CMYK0.690.0800.35
HSL187.24º53.21%42.75%-
HSV(B)187.24º69.46%65.49%-
XYZ19.7326.2840.59-
YUV124.1152.2175.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.75%
GREEN value IS 153 (60.16% from 255) = 41.24%
BLUE value IS 167 (65.62% from 255) = 45.01%
R=13.75%
G=41.24%
B=45.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal511531670.690.0800.35187.2453.2142.75
Hex3399A7458023bb352b
Octal63231247105100432736553
Binary110011100110011010011110001011000010001110111011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3399A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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