Shades of Pelorous #238BAD
Tints of Pelorous #238BAD
RGB
CMYK
RGB Variations
Color information
#238BAD (or 0x238BAD) is known color: Pelorous. HEX triplet: 23, 8B and AD. RGB value is (35,139,173). Sum of RGB (Red+Green+Blue) = 35+139+173=347 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.09% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #238BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238BAD is #DC7452. Grayscale: #6F6F6F. Windows color (decimal): -14447699 or 11373347. OLE color: 11373347.
HSL color Cylindrical-coordinate representation of color #238BAD: hue angle of 194.78º 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 #238BAD is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 139 | 173 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.32 |
| HSL | 194.78º | 0.66% | 0.41% | - |
| HSV(B) | 194.78º | 0.8% | 0.68% | - |
| XYZ | 17.47 | 21.84 | 42.83 | - |
| YUV | 111.78 | 162.54 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 139 | 173 | 0.80 | 0.20 | 0 | 0.32 | 194.78 | 0.66 | 0.41 |
| Hex | 23 | 8B | AD | 50 | 14 | 0 | 20 | C3 | 42 | 29 |
| Octal | 43 | 213 | 255 | 120 | 24 | 0 | 40 | 303 | 102 | 51 |
| Binary | 100011 | 10001011 | 10101101 | 1010000 | 10100 | 0 | 100000 | 11000011 | 1000010 | 101001 |
Color Harmonies of #238BAD
Complementary color
Monochromatic Colors of #238BAD
Black with #238BAD
Text Example
Text Example
White with #238BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238BAD; }
p { color: rgb(35,139,173); }
H1.HeaderClassName
{
color: #238BAD;
}
.AnyTagClassName
{
color: #238BAD;
}
</style>
background-color css
<style>
a { background-color: #238BAD; }
a { background-color: rgb(35,139,173); }
div.DivClassName
{
background-color: #238BAD;
}
.BgClassName
{
background-color: #238BAD;
}
</style>
border-color css
<style>
span { border-color: #238BAD; }
span { border-color: rgb(35,139,173); }
td.TdClassName
{
border-color: #238BAD;
}
.TagClassName
{
border-color: #238BAD;
}
</style>