Shades of Persian Blue #243DBE
Tints of Persian Blue #243DBE
RGB
CMYK
RGB Variations
Color information
#243DBE (or 0x243DBE) is known color: Persian Blue. HEX triplet: 24, 3D and BE. RGB value is (36,61,190). Sum of RGB (Red+Green+Blue) = 36+61+190=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #243DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243DBE is #DBC241. Grayscale: #434343. Windows color (decimal): -14402114 or 12467492. OLE color: 12467492.
HSL color Cylindrical-coordinate representation of color #243DBE: hue angle of 230.26º 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 #243DBE is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 61 | 190 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.25 |
| HSL | 230.26º | 0.68% | 0.44% | - |
| HSV(B) | 230.26º | 0.81% | 0.75% | - |
| XYZ | 11.69 | 7.43 | 49.53 | - |
| YUV | 68.23 | 196.72 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 61 | 190 | 0.81 | 0.68 | 0 | 0.25 | 230.26 | 0.68 | 0.44 |
| Hex | 24 | 3D | BE | 51 | 44 | 0 | 19 | E6 | 44 | 2C |
| Octal | 44 | 75 | 276 | 121 | 104 | 0 | 31 | 346 | 104 | 54 |
| Binary | 100100 | 111101 | 10111110 | 1010001 | 1000100 | 0 | 11001 | 11100110 | 1000100 | 101100 |
Color Harmonies of #243DBE
Complementary color
Monochromatic Colors of #243DBE
Black with #243DBE
Text Example
Text Example
White with #243DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243DBE; }
p { color: rgb(36,61,190); }
H1.HeaderClassName
{
color: #243DBE;
}
.AnyTagClassName
{
color: #243DBE;
}
</style>
background-color css
<style>
a { background-color: #243DBE; }
a { background-color: rgb(36,61,190); }
div.DivClassName
{
background-color: #243DBE;
}
.BgClassName
{
background-color: #243DBE;
}
</style>
border-color css
<style>
span { border-color: #243DBE; }
span { border-color: rgb(36,61,190); }
td.TdClassName
{
border-color: #243DBE;
}
.TagClassName
{
border-color: #243DBE;
}
</style>