Shades of Persian Blue #2436C1
Tints of Persian Blue #2436C1
RGB
CMYK
RGB Variations
Color information
#2436C1 (or 0x2436C1) is known color: Persian Blue. HEX triplet: 24, 36 and C1. RGB value is (36,54,193). Sum of RGB (Red+Green+Blue) = 36+54+193=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 193 (75.78% from 255 or 68.20% from 283); Max value from RGB is 193 - color contains mainly: blue. Hex color #2436C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2436C1 is #DBC93E. Grayscale: #3F3F3F. Windows color (decimal): -14403903 or 12662308. OLE color: 12662308.
HSL color Cylindrical-coordinate representation of color #2436C1: hue angle of 233.12º 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 #2436C1 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 54 | 193 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.24 |
| HSL | 233.12º | 0.69% | 0.45% | - |
| HSV(B) | 233.12º | 0.81% | 0.76% | - |
| XYZ | 11.67 | 6.86 | 51.16 | - |
| YUV | 64.46 | 200.54 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 54 | 193 | 0.81 | 0.72 | 0 | 0.24 | 233.12 | 0.69 | 0.45 |
| Hex | 24 | 36 | C1 | 51 | 48 | 0 | 18 | E9 | 45 | 2D |
| Octal | 44 | 66 | 301 | 121 | 110 | 0 | 30 | 351 | 105 | 55 |
| Binary | 100100 | 110110 | 11000001 | 1010001 | 1001000 | 0 | 11000 | 11101001 | 1000101 | 101101 |
Color Harmonies of #2436C1
Complementary color
Monochromatic Colors of #2436C1
Black with #2436C1
Text Example
Text Example
White with #2436C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2436C1; }
p { color: rgb(36,54,193); }
H1.HeaderClassName
{
color: #2436C1;
}
.AnyTagClassName
{
color: #2436C1;
}
</style>
background-color css
<style>
a { background-color: #2436C1; }
a { background-color: rgb(36,54,193); }
div.DivClassName
{
background-color: #2436C1;
}
.BgClassName
{
background-color: #2436C1;
}
</style>
border-color css
<style>
span { border-color: #2436C1; }
span { border-color: rgb(36,54,193); }
td.TdClassName
{
border-color: #2436C1;
}
.TagClassName
{
border-color: #2436C1;
}
</style>