Shades of Pelorous #2386AD
Tints of Pelorous #2386AD
RGB
CMYK
RGB Variations
Color information
#2386AD (or 0x2386AD) is known color: Pelorous. HEX triplet: 23, 86 and AD. RGB value is (35,134,173). Sum of RGB (Red+Green+Blue) = 35+134+173=342 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.23% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #2386AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2386AD is #DC7952. Grayscale: #6C6C6C. Windows color (decimal): -14448979 or 11372067. OLE color: 11372067.
HSL color Cylindrical-coordinate representation of color #2386AD: hue angle of 196.96º 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 #2386AD is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 134 | 173 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.32 |
| HSL | 196.96º | 0.66% | 0.41% | - |
| HSV(B) | 196.96º | 0.8% | 0.68% | - |
| XYZ | 16.76 | 20.42 | 42.59 | - |
| YUV | 108.85 | 164.2 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 134 | 173 | 0.80 | 0.23 | 0 | 0.32 | 196.96 | 0.66 | 0.41 |
| Hex | 23 | 86 | AD | 50 | 17 | 0 | 20 | C5 | 42 | 29 |
| Octal | 43 | 206 | 255 | 120 | 27 | 0 | 40 | 305 | 102 | 51 |
| Binary | 100011 | 10000110 | 10101101 | 1010000 | 10111 | 0 | 100000 | 11000101 | 1000010 | 101001 |
Color Harmonies of #2386AD
Complementary color
Monochromatic Colors of #2386AD
Black with #2386AD
Text Example
Text Example
White with #2386AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2386AD; }
p { color: rgb(35,134,173); }
H1.HeaderClassName
{
color: #2386AD;
}
.AnyTagClassName
{
color: #2386AD;
}
</style>
background-color css
<style>
a { background-color: #2386AD; }
a { background-color: rgb(35,134,173); }
div.DivClassName
{
background-color: #2386AD;
}
.BgClassName
{
background-color: #2386AD;
}
</style>
border-color css
<style>
span { border-color: #2386AD; }
span { border-color: rgb(35,134,173); }
td.TdClassName
{
border-color: #2386AD;
}
.TagClassName
{
border-color: #2386AD;
}
</style>