Shades of Persian Blue #2439BC
Tints of Persian Blue #2439BC
RGB
CMYK
RGB Variations
Color information
#2439BC (or 0x2439BC) is known color: Persian Blue. HEX triplet: 24, 39 and BC. RGB value is (36,57,188). Sum of RGB (Red+Green+Blue) = 36+57+188=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #2439BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2439BC is #DBC643. Grayscale: #414141. Windows color (decimal): -14403140 or 12335396. OLE color: 12335396.
HSL color Cylindrical-coordinate representation of color #2439BC: hue angle of 231.71º degrees, saturation: 0.68, 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 #2439BC is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 57 | 188 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.26 |
| HSL | 231.71º | 0.68% | 0.44% | - |
| HSV(B) | 231.71º | 0.81% | 0.74% | - |
| XYZ | 11.27 | 6.93 | 48.32 | - |
| YUV | 65.66 | 197.04 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 57 | 188 | 0.81 | 0.70 | 0 | 0.26 | 231.71 | 0.68 | 0.44 |
| Hex | 24 | 39 | BC | 51 | 46 | 0 | 1A | E8 | 44 | 2C |
| Octal | 44 | 71 | 274 | 121 | 106 | 0 | 32 | 350 | 104 | 54 |
| Binary | 100100 | 111001 | 10111100 | 1010001 | 1000110 | 0 | 11010 | 11101000 | 1000100 | 101100 |
Color Harmonies of #2439BC
Complementary color
Monochromatic Colors of #2439BC
Black with #2439BC
Text Example
Text Example
White with #2439BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2439BC; }
p { color: rgb(36,57,188); }
H1.HeaderClassName
{
color: #2439BC;
}
.AnyTagClassName
{
color: #2439BC;
}
</style>
background-color css
<style>
a { background-color: #2439BC; }
a { background-color: rgb(36,57,188); }
div.DivClassName
{
background-color: #2439BC;
}
.BgClassName
{
background-color: #2439BC;
}
</style>
border-color css
<style>
span { border-color: #2439BC; }
span { border-color: rgb(36,57,188); }
td.TdClassName
{
border-color: #2439BC;
}
.TagClassName
{
border-color: #2439BC;
}
</style>