#339DA3

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

Shades of Scooter #339DA3

Tints of Scooter #339DA3

Color information

#339DA3 (or 0x339DA3) is unknown color: approx Scooter. HEX triplet: 33, 9D and A3. RGB value is (51,157,163). Sum of RGB (Red+Green+Blue) = 51+157+163=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 163 - color contains mainly: blue. Hex color #339DA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339DA3 is #CC625C. Grayscale: #7D7D7D. Windows color (decimal): -13394525 or 10722611. OLE color: 10722611.

HSL color Cylindrical-coordinate representation of color #339DA3: hue angle of 183.21º 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 #339DA3 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB51157163-
CMYK0.690.0400.36
HSL183.21º52.34%41.96%-
HSV(B)183.21º68.71%63.92%-
XYZ20.0327.4638.9-
YUV125.99148.8874.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.75%
GREEN value IS 157 (61.72% from 255) = 42.32%
BLUE value IS 163 (64.06% from 255) = 43.94%
R=13.75%
G=42.32%
B=43.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal511571630.690.0400.36183.2152.3441.96
Hex339DA3454024b7342a
Octal6323524310540442676452
Binary11001110011101101000111000101100010010010110111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339DA3; }

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

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

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

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

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

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

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

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