Shades of Pelorous #2391CF
Tints of Pelorous #2391CF
RGB
CMYK
RGB Variations
Color information
#2391CF (or 0x2391CF) is known color: Pelorous. HEX triplet: 23, 91 and CF. RGB value is (35,145,207). Sum of RGB (Red+Green+Blue) = 35+145+207=387 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.04% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #2391CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2391CF is #DC6E30. Grayscale: #767676. Windows color (decimal): -14446129 or 13603107. OLE color: 13603107.
HSL color Cylindrical-coordinate representation of color #2391CF: hue angle of 201.63º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2391CF is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 145 | 207 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.19 |
| HSL | 201.63º | 0.71% | 0.47% | - |
| HSV(B) | 201.63º | 0.83% | 0.81% | - |
| XYZ | 22.08 | 25.11 | 62.72 | - |
| YUV | 119.18 | 177.56 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 145 | 207 | 0.83 | 0.30 | 0 | 0.19 | 201.63 | 0.71 | 0.47 |
| Hex | 23 | 91 | CF | 53 | 1E | 0 | 13 | CA | 47 | 2F |
| Octal | 43 | 221 | 317 | 123 | 36 | 0 | 23 | 312 | 107 | 57 |
| Binary | 100011 | 10010001 | 11001111 | 1010011 | 11110 | 0 | 10011 | 11001010 | 1000111 | 101111 |
Color Harmonies of #2391CF
Complementary color
Monochromatic Colors of #2391CF
Black with #2391CF
Text Example
Text Example
White with #2391CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2391CF; }
p { color: rgb(35,145,207); }
H1.HeaderClassName
{
color: #2391CF;
}
.AnyTagClassName
{
color: #2391CF;
}
</style>
background-color css
<style>
a { background-color: #2391CF; }
a { background-color: rgb(35,145,207); }
div.DivClassName
{
background-color: #2391CF;
}
.BgClassName
{
background-color: #2391CF;
}
</style>
border-color css
<style>
span { border-color: #2391CF; }
span { border-color: rgb(35,145,207); }
td.TdClassName
{
border-color: #2391CF;
}
.TagClassName
{
border-color: #2391CF;
}
</style>