Shades of Pelorous #238CAB
Tints of Pelorous #238CAB
RGB
CMYK
RGB Variations
Color information
#238CAB (or 0x238CAB) is known color: Pelorous. HEX triplet: 23, 8C and AB. RGB value is (35,140,171). Sum of RGB (Red+Green+Blue) = 35+140+171=346 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.12% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #238CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238CAB is #DC7354. Grayscale: #6F6F6F. Windows color (decimal): -14447445 or 11242531. OLE color: 11242531.
HSL color Cylindrical-coordinate representation of color #238CAB: hue angle of 193.68º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #238CAB is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 140 | 171 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.33 |
| HSL | 193.68º | 0.66% | 0.4% | - |
| HSV(B) | 193.68º | 0.8% | 0.67% | - |
| XYZ | 17.42 | 22.05 | 41.87 | - |
| YUV | 112.14 | 161.21 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 140 | 171 | 0.80 | 0.18 | 0 | 0.33 | 193.68 | 0.66 | 0.4 |
| Hex | 23 | 8C | AB | 50 | 12 | 0 | 21 | C2 | 42 | 28 |
| Octal | 43 | 214 | 253 | 120 | 22 | 0 | 41 | 302 | 102 | 50 |
| Binary | 100011 | 10001100 | 10101011 | 1010000 | 10010 | 0 | 100001 | 11000010 | 1000010 | 101000 |
Color Harmonies of #238CAB
Complementary color
Monochromatic Colors of #238CAB
Black with #238CAB
Text Example
Text Example
White with #238CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238CAB; }
p { color: rgb(35,140,171); }
H1.HeaderClassName
{
color: #238CAB;
}
.AnyTagClassName
{
color: #238CAB;
}
</style>
background-color css
<style>
a { background-color: #238CAB; }
a { background-color: rgb(35,140,171); }
div.DivClassName
{
background-color: #238CAB;
}
.BgClassName
{
background-color: #238CAB;
}
</style>
border-color css
<style>
span { border-color: #238CAB; }
span { border-color: rgb(35,140,171); }
td.TdClassName
{
border-color: #238CAB;
}
.TagClassName
{
border-color: #238CAB;
}
</style>