#339ACA

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

Shades of Pelorous #339ACA

Tints of Pelorous #339ACA

Color information

#339ACA (or 0x339ACA) is unknown color: approx Pelorous. HEX triplet: 33, 9A and CA. RGB value is (51,154,202). Sum of RGB (Red+Green+Blue) = 51+154+202=407 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.53% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #339ACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339ACA is #CC6535. Grayscale: #808080. Windows color (decimal): -13395254 or 13277747. OLE color: 13277747.

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

Color convert

RGB51154202-
CMYK0.750.2400.21
HSL199.07º59.68%49.61%-
HSV(B)199.07º74.75%79.22%-
XYZ23.5828.0860.05-
YUV128.67169.3872.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.53%
GREEN value IS 154 (60.55% from 255) = 37.84%
BLUE value IS 202 (79.30% from 255) = 49.63%
R=12.53%
G=37.84%
B=49.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal511542020.750.2400.21199.0759.6849.61
Hex339ACA4B18015c73c32
Octal63232312113300253077462
Binary110011100110101100101010010111100001010111000111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,154,202); }

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

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

 a { background-color: rgb(51,154,202); }

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

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

 span { border-color: rgb(51,154,202); }

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