Shades of Pelorous #238CAA
Tints of Pelorous #238CAA
RGB
CMYK
RGB Variations
Color information
#238CAA (or 0x238CAA) is known color: Pelorous. HEX triplet: 23, 8C and AA. RGB value is (35,140,170). Sum of RGB (Red+Green+Blue) = 35+140+170=345 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.14% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #238CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238CAA is #DC7355. Grayscale: #6F6F6F. Windows color (decimal): -14447446 or 11176995. OLE color: 11176995.
HSL color Cylindrical-coordinate representation of color #238CAA: hue angle of 193.33º 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 #238CAA is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 140 | 170 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.33 |
| HSL | 193.33º | 0.66% | 0.4% | - |
| HSV(B) | 193.33º | 0.79% | 0.67% | - |
| XYZ | 17.33 | 22.02 | 41.37 | - |
| YUV | 112.03 | 160.71 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 140 | 170 | 0.79 | 0.18 | 0 | 0.33 | 193.33 | 0.66 | 0.4 |
| Hex | 23 | 8C | AA | 4F | 12 | 0 | 21 | C1 | 42 | 28 |
| Octal | 43 | 214 | 252 | 117 | 22 | 0 | 41 | 301 | 102 | 50 |
| Binary | 100011 | 10001100 | 10101010 | 1001111 | 10010 | 0 | 100001 | 11000001 | 1000010 | 101000 |
Color Harmonies of #238CAA
Complementary color
Monochromatic Colors of #238CAA
Black with #238CAA
Text Example
Text Example
White with #238CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238CAA; }
p { color: rgb(35,140,170); }
H1.HeaderClassName
{
color: #238CAA;
}
.AnyTagClassName
{
color: #238CAA;
}
</style>
background-color css
<style>
a { background-color: #238CAA; }
a { background-color: rgb(35,140,170); }
div.DivClassName
{
background-color: #238CAA;
}
.BgClassName
{
background-color: #238CAA;
}
</style>
border-color css
<style>
span { border-color: #238CAA; }
span { border-color: rgb(35,140,170); }
td.TdClassName
{
border-color: #238CAA;
}
.TagClassName
{
border-color: #238CAA;
}
</style>