Shades of Persian Blue #2443BE
Tints of Persian Blue #2443BE
RGB
CMYK
RGB Variations
Color information
#2443BE (or 0x2443BE) is known color: Persian Blue. HEX triplet: 24, 43 and BE. RGB value is (36,67,190). Sum of RGB (Red+Green+Blue) = 36+67+190=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #2443BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2443BE is #DBBC41. Grayscale: #474747. Windows color (decimal): -14400578 or 12469028. OLE color: 12469028.
HSL color Cylindrical-coordinate representation of color #2443BE: hue angle of 227.92º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2443BE is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 67 | 190 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.25 |
| HSL | 227.92º | 0.68% | 0.44% | - |
| HSV(B) | 227.92º | 0.81% | 0.75% | - |
| XYZ | 12.03 | 8.11 | 49.65 | - |
| YUV | 71.75 | 194.73 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 67 | 190 | 0.81 | 0.65 | 0 | 0.25 | 227.92 | 0.68 | 0.44 |
| Hex | 24 | 43 | BE | 51 | 41 | 0 | 19 | E4 | 44 | 2C |
| Octal | 44 | 103 | 276 | 121 | 101 | 0 | 31 | 344 | 104 | 54 |
| Binary | 100100 | 1000011 | 10111110 | 1010001 | 1000001 | 0 | 11001 | 11100100 | 1000100 | 101100 |
Color Harmonies of #2443BE
Complementary color
Monochromatic Colors of #2443BE
Black with #2443BE
Text Example
Text Example
White with #2443BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2443BE; }
p { color: rgb(36,67,190); }
H1.HeaderClassName
{
color: #2443BE;
}
.AnyTagClassName
{
color: #2443BE;
}
</style>
background-color css
<style>
a { background-color: #2443BE; }
a { background-color: rgb(36,67,190); }
div.DivClassName
{
background-color: #2443BE;
}
.BgClassName
{
background-color: #2443BE;
}
</style>
border-color css
<style>
span { border-color: #2443BE; }
span { border-color: rgb(36,67,190); }
td.TdClassName
{
border-color: #2443BE;
}
.TagClassName
{
border-color: #2443BE;
}
</style>