Shades of Pelorous #2390CF
Tints of Pelorous #2390CF
RGB
CMYK
RGB Variations
Color information
#2390CF (or 0x2390CF) is known color: Pelorous. HEX triplet: 23, 90 and CF. RGB value is (35,144,207). Sum of RGB (Red+Green+Blue) = 35+144+207=386 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.07% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #2390CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2390CF is #DC6F30. Grayscale: #767676. Windows color (decimal): -14446385 or 13602851. OLE color: 13602851.
HSL color Cylindrical-coordinate representation of color #2390CF: hue angle of 201.98º 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 #2390CF is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 144 | 207 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.19 |
| HSL | 201.98º | 0.71% | 0.47% | - |
| HSV(B) | 201.98º | 0.83% | 0.81% | - |
| XYZ | 21.93 | 24.81 | 62.66 | - |
| YUV | 118.59 | 177.89 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 144 | 207 | 0.83 | 0.30 | 0 | 0.19 | 201.98 | 0.71 | 0.47 |
| Hex | 23 | 90 | CF | 53 | 1E | 0 | 13 | CA | 47 | 2F |
| Octal | 43 | 220 | 317 | 123 | 36 | 0 | 23 | 312 | 107 | 57 |
| Binary | 100011 | 10010000 | 11001111 | 1010011 | 11110 | 0 | 10011 | 11001010 | 1000111 | 101111 |
Color Harmonies of #2390CF
Complementary color
Monochromatic Colors of #2390CF
Black with #2390CF
Text Example
Text Example
White with #2390CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2390CF; }
p { color: rgb(35,144,207); }
H1.HeaderClassName
{
color: #2390CF;
}
.AnyTagClassName
{
color: #2390CF;
}
</style>
background-color css
<style>
a { background-color: #2390CF; }
a { background-color: rgb(35,144,207); }
div.DivClassName
{
background-color: #2390CF;
}
.BgClassName
{
background-color: #2390CF;
}
</style>
border-color css
<style>
span { border-color: #2390CF; }
span { border-color: rgb(35,144,207); }
td.TdClassName
{
border-color: #2390CF;
}
.TagClassName
{
border-color: #2390CF;
}
</style>