Shades of Regal Blue #283F55
Tints of Regal Blue #283F55
RGB
CMYK
RGB Variations
Color information
#283F55 (or 0x283F55) is known color: Regal Blue. HEX triplet: 28, 3F and 55. RGB value is (40,63,85). Sum of RGB (Red+Green+Blue) = 40+63+85=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 85 - color contains mainly: blue. Hex color #283F55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F55 is #D7C0AA. Grayscale: #3A3A3A. Windows color (decimal): -14139563 or 5586728. OLE color: 5586728.
HSL color Cylindrical-coordinate representation of color #283F55: hue angle of 209.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #283F55 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 63 | 85 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.67 |
| HSL | 209.33º | 0.36% | 0.25% | - |
| HSV(B) | 209.33º | 0.53% | 0.33% | - |
| XYZ | 4.29 | 4.66 | 9.27 | - |
| YUV | 58.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 85 | 0.53 | 0.26 | 0 | 0.67 | 209.33 | 0.36 | 0.25 |
| Hex | 28 | 3F | 55 | 35 | 1A | 0 | 43 | D1 | 24 | 19 |
| Octal | 50 | 77 | 125 | 65 | 32 | 0 | 103 | 321 | 44 | 31 |
| Binary | 101000 | 111111 | 1010101 | 110101 | 11010 | 0 | 1000011 | 11010001 | 100100 | 11001 |
Color Harmonies of #283F55
Complementary color
Monochromatic Colors of #283F55
Black with #283F55
Text Example
Text Example
White with #283F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F55; }
p { color: rgb(40,63,85); }
H1.HeaderClassName
{
color: #283F55;
}
.AnyTagClassName
{
color: #283F55;
}
</style>
background-color css
<style>
a { background-color: #283F55; }
a { background-color: rgb(40,63,85); }
div.DivClassName
{
background-color: #283F55;
}
.BgClassName
{
background-color: #283F55;
}
</style>
border-color css
<style>
span { border-color: #283F55; }
span { border-color: rgb(40,63,85); }
td.TdClassName
{
border-color: #283F55;
}
.TagClassName
{
border-color: #283F55;
}
</style>