#339ABD

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

Shades of Pelorous #339ABD

Tints of Pelorous #339ABD

Color information

#339ABD (or 0x339ABD) is unknown color: approx Pelorous. HEX triplet: 33, 9A and BD. RGB value is (51,154,189). Sum of RGB (Red+Green+Blue) = 51+154+189=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #339ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339ABD is #CC6542. Grayscale: #7E7E7E. Windows color (decimal): -13395267 or 12425779. OLE color: 12425779.

HSL color Cylindrical-coordinate representation of color #339ABD: hue angle of 195.22º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #339ABD is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB51154189-
CMYK0.730.1900.26
HSL195.22º57.5%47.06%-
HSV(B)195.22º73.02%74.12%-
XYZ22.1127.4952.28-
YUV127.19162.8873.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.94%
GREEN value IS 154 (60.55% from 255) = 39.09%
BLUE value IS 189 (74.22% from 255) = 47.97%
R=12.94%
G=39.09%
B=47.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal511541890.730.1900.26195.2257.547.06
Hex339ABD491301Ac33a2f
Octal63232275111230323037257
Binary110011100110101011110110010011001101101011000011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,154,189); }

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

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

 a { background-color: rgb(51,154,189); }

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

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

 span { border-color: rgb(51,154,189); }

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