Shades of Pelorous #2390D3
Tints of Pelorous #2390D3
RGB
CMYK
RGB Variations
Color information
#2390D3 (or 0x2390D3) is known color: Pelorous. HEX triplet: 23, 90 and D3. RGB value is (35,144,211). Sum of RGB (Red+Green+Blue) = 35+144+211=390 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.97% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 211 (82.81% from 255 or 54.10% from 390); Max value from RGB is 211 - color contains mainly: blue. Hex color #2390D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2390D3 is #DC6F2C. Grayscale: #767676. Windows color (decimal): -14446381 or 13864995. OLE color: 13864995.
HSL color Cylindrical-coordinate representation of color #2390D3: hue angle of 202.84º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2390D3 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 35 | 144 | 211 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.17 |
| HSL | 202.84º | 0.72% | 0.48% | - |
| HSV(B) | 202.84º | 0.83% | 0.83% | - |
| XYZ | 22.42 | 25.01 | 65.27 | - |
| YUV | 119.05 | 179.89 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 144 | 211 | 0.83 | 0.32 | 0 | 0.17 | 202.84 | 0.72 | 0.48 |
| Hex | 23 | 90 | D3 | 53 | 20 | 0 | 11 | CB | 48 | 30 |
| Octal | 43 | 220 | 323 | 123 | 40 | 0 | 21 | 313 | 110 | 60 |
| Binary | 100011 | 10010000 | 11010011 | 1010011 | 100000 | 0 | 10001 | 11001011 | 1001000 | 110000 |
Color Harmonies of #2390D3
Complementary color
Monochromatic Colors of #2390D3
Black with #2390D3
Text Example
Text Example
White with #2390D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2390D3; }
p { color: rgb(35,144,211); }
H1.HeaderClassName
{
color: #2390D3;
}
.AnyTagClassName
{
color: #2390D3;
}
</style>
background-color css
<style>
a { background-color: #2390D3; }
a { background-color: rgb(35,144,211); }
div.DivClassName
{
background-color: #2390D3;
}
.BgClassName
{
background-color: #2390D3;
}
</style>
border-color css
<style>
span { border-color: #2390D3; }
span { border-color: rgb(35,144,211); }
td.TdClassName
{
border-color: #2390D3;
}
.TagClassName
{
border-color: #2390D3;
}
</style>