Shades of Pelorous #2388AB
Tints of Pelorous #2388AB
RGB
CMYK
RGB Variations
Color information
#2388AB (or 0x2388AB) is known color: Pelorous. HEX triplet: 23, 88 and AB. RGB value is (35,136,171). Sum of RGB (Red+Green+Blue) = 35+136+171=342 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.23% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #2388AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2388AB is #DC7754. Grayscale: #6D6D6D. Windows color (decimal): -14448469 or 11241507. OLE color: 11241507.
HSL color Cylindrical-coordinate representation of color #2388AB: hue angle of 195.44º 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 #2388AB is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 136 | 171 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.33 |
| HSL | 195.44º | 0.66% | 0.4% | - |
| HSV(B) | 195.44º | 0.8% | 0.67% | - |
| XYZ | 16.85 | 20.91 | 41.68 | - |
| YUV | 109.79 | 162.54 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 136 | 171 | 0.80 | 0.20 | 0 | 0.33 | 195.44 | 0.66 | 0.4 |
| Hex | 23 | 88 | AB | 50 | 14 | 0 | 21 | C3 | 42 | 28 |
| Octal | 43 | 210 | 253 | 120 | 24 | 0 | 41 | 303 | 102 | 50 |
| Binary | 100011 | 10001000 | 10101011 | 1010000 | 10100 | 0 | 100001 | 11000011 | 1000010 | 101000 |
Color Harmonies of #2388AB
Complementary color
Monochromatic Colors of #2388AB
Black with #2388AB
Text Example
Text Example
White with #2388AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2388AB; }
p { color: rgb(35,136,171); }
H1.HeaderClassName
{
color: #2388AB;
}
.AnyTagClassName
{
color: #2388AB;
}
</style>
background-color css
<style>
a { background-color: #2388AB; }
a { background-color: rgb(35,136,171); }
div.DivClassName
{
background-color: #2388AB;
}
.BgClassName
{
background-color: #2388AB;
}
</style>
border-color css
<style>
span { border-color: #2388AB; }
span { border-color: rgb(35,136,171); }
td.TdClassName
{
border-color: #2388AB;
}
.TagClassName
{
border-color: #2388AB;
}
</style>