#339EB9

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

Shades of Pelorous #339EB9

Tints of Pelorous #339EB9

Color information

#339EB9 (or 0x339EB9) is unknown color: approx Pelorous. HEX triplet: 33, 9E and B9. RGB value is (51,158,185). Sum of RGB (Red+Green+Blue) = 51+158+185=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #339EB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339EB9 is #CC6146. Grayscale: #808080. Windows color (decimal): -13394247 or 12164659. OLE color: 12164659.

HSL color Cylindrical-coordinate representation of color #339EB9: hue angle of 192.09º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #339EB9 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB51158185-
CMYK0.720.1500.27
HSL192.09º56.78%46.27%-
HSV(B)192.09º72.43%72.55%-
XYZ22.3528.6650.25-
YUV129.08159.5572.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.94%
GREEN value IS 158 (62.11% from 255) = 40.10%
BLUE value IS 185 (72.66% from 255) = 46.95%
R=12.94%
G=40.10%
B=46.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511581850.720.1500.27192.0956.7846.27
Hex339EB948F01Bc0392e
Octal63236271110170333007156
Binary11001110011110101110011001000111101101111000000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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