#339EA5

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

Shades of Scooter #339EA5

Tints of Scooter #339EA5

Color information

#339EA5 (or 0x339EA5) is unknown color: approx Scooter. HEX triplet: 33, 9E and A5. RGB value is (51,158,165). Sum of RGB (Red+Green+Blue) = 51+158+165=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 165 - color contains mainly: blue. Hex color #339EA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339EA5 is #CC615A. Grayscale: #7E7E7E. Windows color (decimal): -13394267 or 10853939. OLE color: 10853939.

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

Color convert

RGB51158165-
CMYK0.690.0400.35
HSL183.68º52.78%42.35%-
HSV(B)183.68º69.09%64.71%-
XYZ20.3827.8739.9-
YUV126.8149.5573.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.64%
GREEN value IS 158 (62.11% from 255) = 42.25%
BLUE value IS 165 (64.84% from 255) = 44.12%
R=13.64%
G=42.25%
B=44.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal511581650.690.0400.35183.6852.7842.35
Hex339EA5454023b8352a
Octal6323624510540432706552
Binary11001110011110101001011000101100010001110111000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,158,165); }

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

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

 a { background-color: rgb(51,158,165); }

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

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

 span { border-color: rgb(51,158,165); }

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