Shades of Pelorous #2394AB
Tints of Pelorous #2394AB
RGB
CMYK
RGB Variations
Color information
#2394AB (or 0x2394AB) is known color: Pelorous. HEX triplet: 23, 94 and AB. RGB value is (35,148,171). Sum of RGB (Red+Green+Blue) = 35+148+171=354 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.89% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #2394AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2394AB is #DC6B54. Grayscale: #747474. Windows color (decimal): -14445397 or 11244579. OLE color: 11244579.
HSL color Cylindrical-coordinate representation of color #2394AB: hue angle of 190.15º 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 #2394AB is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 148 | 171 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.33 |
| HSL | 190.15º | 0.66% | 0.4% | - |
| HSV(B) | 190.15º | 0.8% | 0.67% | - |
| XYZ | 18.63 | 24.48 | 42.27 | - |
| YUV | 116.84 | 158.56 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 148 | 171 | 0.80 | 0.13 | 0 | 0.33 | 190.15 | 0.66 | 0.4 |
| Hex | 23 | 94 | AB | 50 | D | 0 | 21 | BE | 42 | 28 |
| Octal | 43 | 224 | 253 | 120 | 15 | 0 | 41 | 276 | 102 | 50 |
| Binary | 100011 | 10010100 | 10101011 | 1010000 | 1101 | 0 | 100001 | 10111110 | 1000010 | 101000 |
Color Harmonies of #2394AB
Complementary color
Monochromatic Colors of #2394AB
Black with #2394AB
Text Example
Text Example
White with #2394AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2394AB; }
p { color: rgb(35,148,171); }
H1.HeaderClassName
{
color: #2394AB;
}
.AnyTagClassName
{
color: #2394AB;
}
</style>
background-color css
<style>
a { background-color: #2394AB; }
a { background-color: rgb(35,148,171); }
div.DivClassName
{
background-color: #2394AB;
}
.BgClassName
{
background-color: #2394AB;
}
</style>
border-color css
<style>
span { border-color: #2394AB; }
span { border-color: rgb(35,148,171); }
td.TdClassName
{
border-color: #2394AB;
}
.TagClassName
{
border-color: #2394AB;
}
</style>