Shades of Pelorous #2390BE
Tints of Pelorous #2390BE
RGB
CMYK
RGB Variations
Color information
#2390BE (or 0x2390BE) is known color: Pelorous. HEX triplet: 23, 90 and BE. RGB value is (35,144,190). Sum of RGB (Red+Green+Blue) = 35+144+190=369 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.49% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #2390BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2390BE is #DC6F41. Grayscale: #747474. Windows color (decimal): -14446402 or 12488739. OLE color: 12488739.
HSL color Cylindrical-coordinate representation of color #2390BE: hue angle of 197.81º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2390BE is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 144 | 190 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.25 |
| HSL | 197.81º | 0.69% | 0.44% | - |
| HSV(B) | 197.81º | 0.82% | 0.75% | - |
| XYZ | 19.96 | 24.02 | 52.3 | - |
| YUV | 116.65 | 169.39 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 144 | 190 | 0.82 | 0.24 | 0 | 0.25 | 197.81 | 0.69 | 0.44 |
| Hex | 23 | 90 | BE | 52 | 18 | 0 | 19 | C6 | 45 | 2C |
| Octal | 43 | 220 | 276 | 122 | 30 | 0 | 31 | 306 | 105 | 54 |
| Binary | 100011 | 10010000 | 10111110 | 1010010 | 11000 | 0 | 11001 | 11000110 | 1000101 | 101100 |
Color Harmonies of #2390BE
Complementary color
Monochromatic Colors of #2390BE
Black with #2390BE
Text Example
Text Example
White with #2390BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2390BE; }
p { color: rgb(35,144,190); }
H1.HeaderClassName
{
color: #2390BE;
}
.AnyTagClassName
{
color: #2390BE;
}
</style>
background-color css
<style>
a { background-color: #2390BE; }
a { background-color: rgb(35,144,190); }
div.DivClassName
{
background-color: #2390BE;
}
.BgClassName
{
background-color: #2390BE;
}
</style>
border-color css
<style>
span { border-color: #2390BE; }
span { border-color: rgb(35,144,190); }
td.TdClassName
{
border-color: #2390BE;
}
.TagClassName
{
border-color: #2390BE;
}
</style>