Shades of Persian Blue #2439C2
Tints of Persian Blue #2439C2
RGB
CMYK
RGB Variations
Color information
#2439C2 (or 0x2439C2) is known color: Persian Blue. HEX triplet: 24, 39 and C2. RGB value is (36,57,194). Sum of RGB (Red+Green+Blue) = 36+57+194=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 194 (76.17% from 255 or 67.60% from 287); Max value from RGB is 194 - color contains mainly: blue. Hex color #2439C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2439C2 is #DBC63D. Grayscale: #414141. Windows color (decimal): -14403134 or 12728612. OLE color: 12728612.
HSL color Cylindrical-coordinate representation of color #2439C2: hue angle of 232.03º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2439C2 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 57 | 194 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.24 |
| HSL | 232.03º | 0.69% | 0.45% | - |
| HSV(B) | 232.03º | 0.81% | 0.76% | - |
| XYZ | 11.93 | 7.2 | 51.8 | - |
| YUV | 66.34 | 200.04 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 57 | 194 | 0.81 | 0.71 | 0 | 0.24 | 232.03 | 0.69 | 0.45 |
| Hex | 24 | 39 | C2 | 51 | 47 | 0 | 18 | E8 | 45 | 2D |
| Octal | 44 | 71 | 302 | 121 | 107 | 0 | 30 | 350 | 105 | 55 |
| Binary | 100100 | 111001 | 11000010 | 1010001 | 1000111 | 0 | 11000 | 11101000 | 1000101 | 101101 |
Color Harmonies of #2439C2
Complementary color
Monochromatic Colors of #2439C2
Black with #2439C2
Text Example
Text Example
White with #2439C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2439C2; }
p { color: rgb(36,57,194); }
H1.HeaderClassName
{
color: #2439C2;
}
.AnyTagClassName
{
color: #2439C2;
}
</style>
background-color css
<style>
a { background-color: #2439C2; }
a { background-color: rgb(36,57,194); }
div.DivClassName
{
background-color: #2439C2;
}
.BgClassName
{
background-color: #2439C2;
}
</style>
border-color css
<style>
span { border-color: #2439C2; }
span { border-color: rgb(36,57,194); }
td.TdClassName
{
border-color: #2439C2;
}
.TagClassName
{
border-color: #2439C2;
}
</style>