#239CAA

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

Shades of Pelorous #239CAA

Tints of Pelorous #239CAA

Color information

#239CAA (or 0x239CAA) is unknown color: approx Pelorous. HEX triplet: 23, 9C and AA. RGB value is (35,156,170). Sum of RGB (Red+Green+Blue) = 35+156+170=361 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.70% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #239CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239CAA is #DC6355. Grayscale: #797979. Windows color (decimal): -14443350 or 11181091. OLE color: 11181091.

HSL color Cylindrical-coordinate representation of color #239CAA: hue angle of 186.22º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #239CAA is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB35156170-
CMYK0.790.0800.33
HSL186.22º65.85%40.2%-
HSV(B)186.22º79.41%66.67%-
XYZ19.8427.0442.2-
YUV121.42155.4166.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.70%
GREEN value IS 156 (61.33% from 255) = 43.21%
BLUE value IS 170 (66.80% from 255) = 47.09%
R=9.70%
G=43.21%
B=47.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal351561700.790.0800.33186.2265.8540.2
Hex239CAA4F8021ba4228
Octal432342521171004127210250
Binary1000111001110010101010100111110000100001101110101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #239CAA; }

 p { color: rgb(35,156,170); }

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

<style>
 a { background-color: #239CAA; }

 a { background-color: rgb(35,156,170); }

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

<style>
 span { border-color: #239CAA; }

 span { border-color: rgb(35,156,170); }

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