#339CAF

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

Shades of Pelorous #339CAF

Tints of Pelorous #339CAF

Color information

#339CAF (or 0x339CAF) is unknown color: approx Pelorous. HEX triplet: 33, 9C and AF. RGB value is (51,156,175). Sum of RGB (Red+Green+Blue) = 51+156+175=382 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.35% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #339CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339CAF is #CC6350. Grayscale: #7E7E7E. Windows color (decimal): -13394769 or 11508787. OLE color: 11508787.

HSL color Cylindrical-coordinate representation of color #339CAF: hue angle of 189.19º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #339CAF is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB51156175-
CMYK0.710.1100.31
HSL189.19º54.87%44.31%-
HSV(B)189.19º70.86%68.63%-
XYZ20.9927.5844.77-
YUV126.77155.2173.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.35%
GREEN value IS 156 (61.33% from 255) = 40.84%
BLUE value IS 175 (68.75% from 255) = 45.81%
R=13.35%
G=40.84%
B=45.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal511561750.710.1100.31189.1954.8744.31
Hex339CAF47B01Fbd372c
Octal63234257107130372756754
Binary11001110011100101011111000111101101111110111101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,156,175); }

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

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

 a { background-color: rgb(51,156,175); }

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

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

 span { border-color: rgb(51,156,175); }

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