#339CBE

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

Shades of Pelorous #339CBE

Tints of Pelorous #339CBE

Color information

#339CBE (or 0x339CBE) is unknown color: approx Pelorous. HEX triplet: 33, 9C and BE. RGB value is (51,156,190). Sum of RGB (Red+Green+Blue) = 51+156+190=397 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.85% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #339CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339CBE is #CC6341. Grayscale: #808080. Windows color (decimal): -13394754 or 12491827. OLE color: 12491827.

HSL color Cylindrical-coordinate representation of color #339CBE: hue angle of 194.68º 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 #339CBE is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB51156190-
CMYK0.730.1800.25
HSL194.68º57.68%47.25%-
HSV(B)194.68º73.16%74.51%-
XYZ22.5528.252.97-
YUV128.48162.7172.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.85%
GREEN value IS 156 (61.33% from 255) = 39.29%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=12.85%
G=39.29%
B=47.86%

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
Decimal511561900.730.1800.25194.6857.6847.25
Hex339CBE4912019c33a2f
Octal63234276111220313037257
Binary110011100111001011111010010011001001100111000011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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