Shades of Pelorous #238BAC
Tints of Pelorous #238BAC
RGB
CMYK
RGB Variations
Color information
#238BAC (or 0x238BAC) is known color: Pelorous. HEX triplet: 23, 8B and AC. RGB value is (35,139,172). Sum of RGB (Red+Green+Blue) = 35+139+172=346 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.12% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #238BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238BAC is #DC7453. Grayscale: #6F6F6F. Windows color (decimal): -14447700 or 11307811. OLE color: 11307811.
HSL color Cylindrical-coordinate representation of color #238BAC: hue angle of 194.45º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #238BAC is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 139 | 172 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.33 |
| HSL | 194.45º | 0.66% | 0.41% | - |
| HSV(B) | 194.45º | 0.8% | 0.67% | - |
| XYZ | 17.37 | 21.8 | 42.32 | - |
| YUV | 111.67 | 162.04 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 139 | 172 | 0.80 | 0.19 | 0 | 0.33 | 194.45 | 0.66 | 0.41 |
| Hex | 23 | 8B | AC | 50 | 13 | 0 | 21 | C2 | 42 | 29 |
| Octal | 43 | 213 | 254 | 120 | 23 | 0 | 41 | 302 | 102 | 51 |
| Binary | 100011 | 10001011 | 10101100 | 1010000 | 10011 | 0 | 100001 | 11000010 | 1000010 | 101001 |
Color Harmonies of #238BAC
Complementary color
Monochromatic Colors of #238BAC
Black with #238BAC
Text Example
Text Example
White with #238BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238BAC; }
p { color: rgb(35,139,172); }
H1.HeaderClassName
{
color: #238BAC;
}
.AnyTagClassName
{
color: #238BAC;
}
</style>
background-color css
<style>
a { background-color: #238BAC; }
a { background-color: rgb(35,139,172); }
div.DivClassName
{
background-color: #238BAC;
}
.BgClassName
{
background-color: #238BAC;
}
</style>
border-color css
<style>
span { border-color: #238BAC; }
span { border-color: rgb(35,139,172); }
td.TdClassName
{
border-color: #238BAC;
}
.TagClassName
{
border-color: #238BAC;
}
</style>