#339EA9

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

Shades of Pelorous #339EA9

Tints of Pelorous #339EA9

Color information

#339EA9 (or 0x339EA9) is unknown color: approx Pelorous. HEX triplet: 33, 9E and A9. RGB value is (51,158,169). Sum of RGB (Red+Green+Blue) = 51+158+169=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 169 (66.41% from 255 or 44.71% from 378); Max value from RGB is 169 - color contains mainly: blue. Hex color #339EA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339EA9 is #CC6156. Grayscale: #7F7F7F. Windows color (decimal): -13394263 or 11116083. OLE color: 11116083.

HSL color Cylindrical-coordinate representation of color #339EA9: hue angle of 185.59º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #339EA9 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB51158169-
CMYK0.700.0700.34
HSL185.59º53.64%43.14%-
HSV(B)185.59º69.82%66.27%-
XYZ20.7528.0241.85-
YUV127.26151.5573.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.49%
GREEN value IS 158 (62.11% from 255) = 41.80%
BLUE value IS 169 (66.41% from 255) = 44.71%
R=13.49%
G=41.80%
B=44.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal511581690.700.0700.34185.5953.6443.14
Hex339EA9467022ba362b
Octal6323625110670422726653
Binary11001110011110101010011000110111010001010111010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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