Shades of Persian Blue #243DB0
Tints of Persian Blue #243DB0
RGB
CMYK
RGB Variations
Color information
#243DB0 (or 0x243DB0) is known color: Persian Blue. HEX triplet: 24, 3D and B0. RGB value is (36,61,176). Sum of RGB (Red+Green+Blue) = 36+61+176=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 176 (69.14% from 255 or 64.47% from 273); Max value from RGB is 176 - color contains mainly: blue. Hex color #243DB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243DB0 is #DBC24F. Grayscale: #424242. Windows color (decimal): -14402128 or 11549988. OLE color: 11549988.
HSL color Cylindrical-coordinate representation of color #243DB0: hue angle of 229.29º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #243DB0 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 61 | 176 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.31 |
| HSL | 229.29º | 0.66% | 0.42% | - |
| HSV(B) | 229.29º | 0.8% | 0.69% | - |
| XYZ | 10.23 | 6.85 | 41.86 | - |
| YUV | 66.64 | 189.72 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 61 | 176 | 0.80 | 0.65 | 0 | 0.31 | 229.29 | 0.66 | 0.42 |
| Hex | 24 | 3D | B0 | 50 | 41 | 0 | 1F | E5 | 42 | 2A |
| Octal | 44 | 75 | 260 | 120 | 101 | 0 | 37 | 345 | 102 | 52 |
| Binary | 100100 | 111101 | 10110000 | 1010000 | 1000001 | 0 | 11111 | 11100101 | 1000010 | 101010 |
Color Harmonies of #243DB0
Complementary color
Monochromatic Colors of #243DB0
Black with #243DB0
Text Example
Text Example
White with #243DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243DB0; }
p { color: rgb(36,61,176); }
H1.HeaderClassName
{
color: #243DB0;
}
.AnyTagClassName
{
color: #243DB0;
}
</style>
background-color css
<style>
a { background-color: #243DB0; }
a { background-color: rgb(36,61,176); }
div.DivClassName
{
background-color: #243DB0;
}
.BgClassName
{
background-color: #243DB0;
}
</style>
border-color css
<style>
span { border-color: #243DB0; }
span { border-color: rgb(36,61,176); }
td.TdClassName
{
border-color: #243DB0;
}
.TagClassName
{
border-color: #243DB0;
}
</style>