#339CC9

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

Shades of Pelorous #339CC9

Tints of Pelorous #339CC9

Color information

#339CC9 (or 0x339CC9) is unknown color: approx Pelorous. HEX triplet: 33, 9C and C9. RGB value is (51,156,201). Sum of RGB (Red+Green+Blue) = 51+156+201=408 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.5% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #339CC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339CC9 is #CC6336. Grayscale: #818181. Windows color (decimal): -13394743 or 13212723. OLE color: 13212723.

HSL color Cylindrical-coordinate representation of color #339CC9: hue angle of 198º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #339CC9 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB51156201-
CMYK0.750.2200.21
HSL198º59.52%49.41%-
HSV(B)198º74.63%78.82%-
XYZ23.828.759.54-
YUV129.73168.2171.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.5%
GREEN value IS 156 (61.33% from 255) = 38.24%
BLUE value IS 201 (78.91% from 255) = 49.26%
R=12.5%
G=38.24%
B=49.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal511562010.750.2200.2119859.5249.41
Hex339CC94B16015c63c31
Octal63234311113260253067461
Binary110011100111001100100110010111011001010111000110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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