Shades of Pelorous #2390BC
Tints of Pelorous #2390BC
RGB
CMYK
RGB Variations
Color information
#2390BC (or 0x2390BC) is known color: Pelorous. HEX triplet: 23, 90 and BC. RGB value is (35,144,188). Sum of RGB (Red+Green+Blue) = 35+144+188=367 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.54% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #2390BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2390BC is #DC6F43. Grayscale: #747474. Windows color (decimal): -14446404 or 12357667. OLE color: 12357667.
HSL color Cylindrical-coordinate representation of color #2390BC: hue angle of 197.25º 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 #2390BC is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 144 | 188 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.26 |
| HSL | 197.25º | 0.69% | 0.44% | - |
| HSV(B) | 197.25º | 0.81% | 0.74% | - |
| XYZ | 19.74 | 23.93 | 51.16 | - |
| YUV | 116.43 | 168.39 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 144 | 188 | 0.81 | 0.23 | 0 | 0.26 | 197.25 | 0.69 | 0.44 |
| Hex | 23 | 90 | BC | 51 | 17 | 0 | 1A | C5 | 45 | 2C |
| Octal | 43 | 220 | 274 | 121 | 27 | 0 | 32 | 305 | 105 | 54 |
| Binary | 100011 | 10010000 | 10111100 | 1010001 | 10111 | 0 | 11010 | 11000101 | 1000101 | 101100 |
Color Harmonies of #2390BC
Complementary color
Monochromatic Colors of #2390BC
Black with #2390BC
Text Example
Text Example
White with #2390BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2390BC; }
p { color: rgb(35,144,188); }
H1.HeaderClassName
{
color: #2390BC;
}
.AnyTagClassName
{
color: #2390BC;
}
</style>
background-color css
<style>
a { background-color: #2390BC; }
a { background-color: rgb(35,144,188); }
div.DivClassName
{
background-color: #2390BC;
}
.BgClassName
{
background-color: #2390BC;
}
</style>
border-color css
<style>
span { border-color: #2390BC; }
span { border-color: rgb(35,144,188); }
td.TdClassName
{
border-color: #2390BC;
}
.TagClassName
{
border-color: #2390BC;
}
</style>