Shades of Pelorous #2386BC
Tints of Pelorous #2386BC
RGB
CMYK
RGB Variations
Color information
#2386BC (or 0x2386BC) is known color: Pelorous. HEX triplet: 23, 86 and BC. RGB value is (35,134,188). Sum of RGB (Red+Green+Blue) = 35+134+188=357 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.80% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #2386BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2386BC is #DC7943. Grayscale: #6E6E6E. Windows color (decimal): -14448964 or 12355107. OLE color: 12355107.
HSL color Cylindrical-coordinate representation of color #2386BC: hue angle of 201.18º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2386BC is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 134 | 188 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.26 |
| HSL | 201.18º | 0.69% | 0.44% | - |
| HSV(B) | 201.18º | 0.81% | 0.74% | - |
| XYZ | 18.3 | 21.04 | 50.67 | - |
| YUV | 110.56 | 171.7 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 134 | 188 | 0.81 | 0.29 | 0 | 0.26 | 201.18 | 0.69 | 0.44 |
| Hex | 23 | 86 | BC | 51 | 1D | 0 | 1A | C9 | 45 | 2C |
| Octal | 43 | 206 | 274 | 121 | 35 | 0 | 32 | 311 | 105 | 54 |
| Binary | 100011 | 10000110 | 10111100 | 1010001 | 11101 | 0 | 11010 | 11001001 | 1000101 | 101100 |
Color Harmonies of #2386BC
Complementary color
Monochromatic Colors of #2386BC
Black with #2386BC
Text Example
Text Example
White with #2386BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2386BC; }
p { color: rgb(35,134,188); }
H1.HeaderClassName
{
color: #2386BC;
}
.AnyTagClassName
{
color: #2386BC;
}
</style>
background-color css
<style>
a { background-color: #2386BC; }
a { background-color: rgb(35,134,188); }
div.DivClassName
{
background-color: #2386BC;
}
.BgClassName
{
background-color: #2386BC;
}
</style>
border-color css
<style>
span { border-color: #2386BC; }
span { border-color: rgb(35,134,188); }
td.TdClassName
{
border-color: #2386BC;
}
.TagClassName
{
border-color: #2386BC;
}
</style>