Shades of Pelorous #239AAD
Tints of Pelorous #239AAD
RGB
CMYK
RGB Variations
Color information
#239AAD (or 0x239AAD) is known color: Pelorous. HEX triplet: 23, 9A and AD. RGB value is (35,154,173). Sum of RGB (Red+Green+Blue) = 35+154+173=362 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.67% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #239AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239AAD is #DC6552. Grayscale: #787878. Windows color (decimal): -14443859 or 11377187. OLE color: 11377187.
HSL color Cylindrical-coordinate representation of color #239AAD: hue angle of 188.26º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #239AAD is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 154 | 173 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.32 |
| HSL | 188.26º | 0.66% | 0.41% | - |
| HSV(B) | 188.26º | 0.8% | 0.68% | - |
| XYZ | 19.79 | 26.49 | 43.6 | - |
| YUV | 120.59 | 157.58 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 154 | 173 | 0.80 | 0.11 | 0 | 0.32 | 188.26 | 0.66 | 0.41 |
| Hex | 23 | 9A | AD | 50 | B | 0 | 20 | BC | 42 | 29 |
| Octal | 43 | 232 | 255 | 120 | 13 | 0 | 40 | 274 | 102 | 51 |
| Binary | 100011 | 10011010 | 10101101 | 1010000 | 1011 | 0 | 100000 | 10111100 | 1000010 | 101001 |
Color Harmonies of #239AAD
Complementary color
Monochromatic Colors of #239AAD
Black with #239AAD
Text Example
Text Example
White with #239AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239AAD; }
p { color: rgb(35,154,173); }
H1.HeaderClassName
{
color: #239AAD;
}
.AnyTagClassName
{
color: #239AAD;
}
</style>
background-color css
<style>
a { background-color: #239AAD; }
a { background-color: rgb(35,154,173); }
div.DivClassName
{
background-color: #239AAD;
}
.BgClassName
{
background-color: #239AAD;
}
</style>
border-color css
<style>
span { border-color: #239AAD; }
span { border-color: rgb(35,154,173); }
td.TdClassName
{
border-color: #239AAD;
}
.TagClassName
{
border-color: #239AAD;
}
</style>