Shades of Pelorous #2391D4
Tints of Pelorous #2391D4
RGB
CMYK
RGB Variations
Color information
#2391D4 (or 0x2391D4) is known color: Pelorous. HEX triplet: 23, 91 and D4. RGB value is (35,145,212). Sum of RGB (Red+Green+Blue) = 35+145+212=392 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.93% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 212 (83.20% from 255 or 54.08% from 392); Max value from RGB is 212 - color contains mainly: blue. Hex color #2391D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2391D4 is #DC6E2B. Grayscale: #777777. Windows color (decimal): -14446124 or 13930787. OLE color: 13930787.
HSL color Cylindrical-coordinate representation of color #2391D4: hue angle of 202.71º 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 #2391D4 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 35 | 145 | 212 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.17 |
| HSL | 202.71º | 0.72% | 0.48% | - |
| HSV(B) | 202.71º | 0.83% | 0.83% | - |
| XYZ | 22.7 | 25.36 | 65.99 | - |
| YUV | 119.75 | 180.06 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 145 | 212 | 0.83 | 0.32 | 0 | 0.17 | 202.71 | 0.72 | 0.48 |
| Hex | 23 | 91 | D4 | 53 | 20 | 0 | 11 | CB | 48 | 30 |
| Octal | 43 | 221 | 324 | 123 | 40 | 0 | 21 | 313 | 110 | 60 |
| Binary | 100011 | 10010001 | 11010100 | 1010011 | 100000 | 0 | 10001 | 11001011 | 1001000 | 110000 |
Color Harmonies of #2391D4
Complementary color
Monochromatic Colors of #2391D4
Black with #2391D4
Text Example
Text Example
White with #2391D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2391D4; }
p { color: rgb(35,145,212); }
H1.HeaderClassName
{
color: #2391D4;
}
.AnyTagClassName
{
color: #2391D4;
}
</style>
background-color css
<style>
a { background-color: #2391D4; }
a { background-color: rgb(35,145,212); }
div.DivClassName
{
background-color: #2391D4;
}
.BgClassName
{
background-color: #2391D4;
}
</style>
border-color css
<style>
span { border-color: #2391D4; }
span { border-color: rgb(35,145,212); }
td.TdClassName
{
border-color: #2391D4;
}
.TagClassName
{
border-color: #2391D4;
}
</style>