Shades of Pelorous #2393AB
Tints of Pelorous #2393AB
RGB
CMYK
RGB Variations
Color information
#2393AB (or 0x2393AB) is known color: Pelorous. HEX triplet: 23, 93 and AB. RGB value is (35,147,171). Sum of RGB (Red+Green+Blue) = 35+147+171=353 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.92% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #2393AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2393AB is #DC6C54. Grayscale: #747474. Windows color (decimal): -14445653 or 11244323. OLE color: 11244323.
HSL color Cylindrical-coordinate representation of color #2393AB: hue angle of 190.59º 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 #2393AB is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 147 | 171 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.33 |
| HSL | 190.59º | 0.66% | 0.4% | - |
| HSV(B) | 190.59º | 0.8% | 0.67% | - |
| XYZ | 18.48 | 24.17 | 42.22 | - |
| YUV | 116.25 | 158.89 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 147 | 171 | 0.80 | 0.14 | 0 | 0.33 | 190.59 | 0.66 | 0.4 |
| Hex | 23 | 93 | AB | 50 | E | 0 | 21 | BF | 42 | 28 |
| Octal | 43 | 223 | 253 | 120 | 16 | 0 | 41 | 277 | 102 | 50 |
| Binary | 100011 | 10010011 | 10101011 | 1010000 | 1110 | 0 | 100001 | 10111111 | 1000010 | 101000 |
Color Harmonies of #2393AB
Complementary color
Monochromatic Colors of #2393AB
Black with #2393AB
Text Example
Text Example
White with #2393AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2393AB; }
p { color: rgb(35,147,171); }
H1.HeaderClassName
{
color: #2393AB;
}
.AnyTagClassName
{
color: #2393AB;
}
</style>
background-color css
<style>
a { background-color: #2393AB; }
a { background-color: rgb(35,147,171); }
div.DivClassName
{
background-color: #2393AB;
}
.BgClassName
{
background-color: #2393AB;
}
</style>
border-color css
<style>
span { border-color: #2393AB; }
span { border-color: rgb(35,147,171); }
td.TdClassName
{
border-color: #2393AB;
}
.TagClassName
{
border-color: #2393AB;
}
</style>