Shades of Pelorous #239AAA
Tints of Pelorous #239AAA
RGB
CMYK
RGB Variations
Color information
#239AAA (or 0x239AAA) is known color: Pelorous. HEX triplet: 23, 9A and AA. RGB value is (35,154,170). Sum of RGB (Red+Green+Blue) = 35+154+170=359 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.75% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #239AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239AAA is #DC6555. Grayscale: #787878. Windows color (decimal): -14443862 or 11180579. OLE color: 11180579.
HSL color Cylindrical-coordinate representation of color #239AAA: hue angle of 187.11º 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 #239AAA is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 154 | 170 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.33 |
| HSL | 187.11º | 0.66% | 0.4% | - |
| HSV(B) | 187.11º | 0.79% | 0.67% | - |
| XYZ | 19.5 | 26.37 | 42.09 | - |
| YUV | 120.24 | 156.08 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 154 | 170 | 0.79 | 0.09 | 0 | 0.33 | 187.11 | 0.66 | 0.4 |
| Hex | 23 | 9A | AA | 4F | 9 | 0 | 21 | BB | 42 | 28 |
| Octal | 43 | 232 | 252 | 117 | 11 | 0 | 41 | 273 | 102 | 50 |
| Binary | 100011 | 10011010 | 10101010 | 1001111 | 1001 | 0 | 100001 | 10111011 | 1000010 | 101000 |
Color Harmonies of #239AAA
Complementary color
Monochromatic Colors of #239AAA
Black with #239AAA
Text Example
Text Example
White with #239AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239AAA; }
p { color: rgb(35,154,170); }
H1.HeaderClassName
{
color: #239AAA;
}
.AnyTagClassName
{
color: #239AAA;
}
</style>
background-color css
<style>
a { background-color: #239AAA; }
a { background-color: rgb(35,154,170); }
div.DivClassName
{
background-color: #239AAA;
}
.BgClassName
{
background-color: #239AAA;
}
</style>
border-color css
<style>
span { border-color: #239AAA; }
span { border-color: rgb(35,154,170); }
td.TdClassName
{
border-color: #239AAA;
}
.TagClassName
{
border-color: #239AAA;
}
</style>