Shades of Regal Blue #243D55
Tints of Regal Blue #243D55
RGB
CMYK
RGB Variations
Color information
#243D55 (or 0x243D55) is known color: Regal Blue. HEX triplet: 24, 3D and 55. RGB value is (36,61,85). Sum of RGB (Red+Green+Blue) = 36+61+85=182 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.78% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #243D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243D55 is #DBC2AA. Grayscale: #383838. Windows color (decimal): -14402219 or 5586212. OLE color: 5586212.
HSL color Cylindrical-coordinate representation of color #243D55: hue angle of 209.39º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #243D55 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 61 | 85 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.67 |
| HSL | 209.39º | 0.4% | 0.24% | - |
| HSV(B) | 209.39º | 0.58% | 0.33% | - |
| XYZ | 4.04 | 4.37 | 9.22 | - |
| YUV | 56.26 | 144.22 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 61 | 85 | 0.58 | 0.28 | 0 | 0.67 | 209.39 | 0.4 | 0.24 |
| Hex | 24 | 3D | 55 | 3A | 1C | 0 | 43 | D1 | 28 | 18 |
| Octal | 44 | 75 | 125 | 72 | 34 | 0 | 103 | 321 | 50 | 30 |
| Binary | 100100 | 111101 | 1010101 | 111010 | 11100 | 0 | 1000011 | 11010001 | 101000 | 11000 |
Color Harmonies of #243D55
Complementary color
Monochromatic Colors of #243D55
Black with #243D55
Text Example
Text Example
White with #243D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243D55; }
p { color: rgb(36,61,85); }
H1.HeaderClassName
{
color: #243D55;
}
.AnyTagClassName
{
color: #243D55;
}
</style>
background-color css
<style>
a { background-color: #243D55; }
a { background-color: rgb(36,61,85); }
div.DivClassName
{
background-color: #243D55;
}
.BgClassName
{
background-color: #243D55;
}
</style>
border-color css
<style>
span { border-color: #243D55; }
span { border-color: rgb(36,61,85); }
td.TdClassName
{
border-color: #243D55;
}
.TagClassName
{
border-color: #243D55;
}
</style>