#339FAC

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

Shades of Pelorous #339FAC

Tints of Pelorous #339FAC

Color information

#339FAC (or 0x339FAC) is unknown color: approx Pelorous. HEX triplet: 33, 9F and AC. RGB value is (51,159,172). Sum of RGB (Red+Green+Blue) = 51+159+172=382 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.35% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #339FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339FAC is #CC6053. Grayscale: #808080. Windows color (decimal): -13394004 or 11312947. OLE color: 11312947.

HSL color Cylindrical-coordinate representation of color #339FAC: hue angle of 186.45º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #339FAC is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB51159172-
CMYK0.700.0800.33
HSL186.45º54.26%43.73%-
HSV(B)186.45º70.35%67.45%-
XYZ21.2128.4843.41-
YUV128.19152.7272.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.35%
GREEN value IS 159 (62.5% from 255) = 41.62%
BLUE value IS 172 (67.58% from 255) = 45.03%
R=13.35%
G=41.62%
B=45.03%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511591720.700.0800.33186.4554.2643.73
Hex339FAC468021ba362c
Octal63237254106100412726654
Binary110011100111111010110010001101000010000110111010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,159,172); }

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

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

 a { background-color: rgb(51,159,172); }

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

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

 span { border-color: rgb(51,159,172); }

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