#339CBF

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

Shades of Pelorous #339CBF

Tints of Pelorous #339CBF

Color information

#339CBF (or 0x339CBF) is unknown color: approx Pelorous. HEX triplet: 33, 9C and BF. RGB value is (51,156,191). Sum of RGB (Red+Green+Blue) = 51+156+191=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #339CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339CBF is #CC6340. Grayscale: #808080. Windows color (decimal): -13394753 or 12557363. OLE color: 12557363.

HSL color Cylindrical-coordinate representation of color #339CBF: hue angle of 195º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #339CBF is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB51156191-
CMYK0.730.1800.25
HSL195º57.85%47.45%-
HSV(B)195º73.3%74.9%-
XYZ22.6628.2453.55-
YUV128.59163.2172.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.81%
GREEN value IS 156 (61.33% from 255) = 39.20%
BLUE value IS 191 (75% from 255) = 47.99%
R=12.81%
G=39.20%
B=47.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511561910.730.1800.2519557.8547.45
Hex339CBF4912019c33a2f
Octal63234277111220313037257
Binary110011100111001011111110010011001001100111000011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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