Shades of Regal Blue #283E53
Tints of Regal Blue #283E53
RGB
CMYK
RGB Variations
Color information
#283E53 (or 0x283E53) is known color: Regal Blue. HEX triplet: 28, 3E and 53. RGB value is (40,62,83). Sum of RGB (Red+Green+Blue) = 40+62+83=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #283E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E53 is #D7C1AC. Grayscale: #393939. Windows color (decimal): -14139821 or 5455400. OLE color: 5455400.
HSL color Cylindrical-coordinate representation of color #283E53: hue angle of 209.3º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #283E53 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 62 | 83 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.67 |
| HSL | 209.3º | 0.35% | 0.24% | - |
| HSV(B) | 209.3º | 0.52% | 0.33% | - |
| XYZ | 4.16 | 4.52 | 8.84 | - |
| YUV | 57.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 83 | 0.52 | 0.25 | 0 | 0.67 | 209.3 | 0.35 | 0.24 |
| Hex | 28 | 3E | 53 | 34 | 19 | 0 | 43 | D1 | 23 | 18 |
| Octal | 50 | 76 | 123 | 64 | 31 | 0 | 103 | 321 | 43 | 30 |
| Binary | 101000 | 111110 | 1010011 | 110100 | 11001 | 0 | 1000011 | 11010001 | 100011 | 11000 |
Color Harmonies of #283E53
Complementary color
Monochromatic Colors of #283E53
Black with #283E53
Text Example
Text Example
White with #283E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E53; }
p { color: rgb(40,62,83); }
H1.HeaderClassName
{
color: #283E53;
}
.AnyTagClassName
{
color: #283E53;
}
</style>
background-color css
<style>
a { background-color: #283E53; }
a { background-color: rgb(40,62,83); }
div.DivClassName
{
background-color: #283E53;
}
.BgClassName
{
background-color: #283E53;
}
</style>
border-color css
<style>
span { border-color: #283E53; }
span { border-color: rgb(40,62,83); }
td.TdClassName
{
border-color: #283E53;
}
.TagClassName
{
border-color: #283E53;
}
</style>