Shades of Regal Blue #223F57
Tints of Regal Blue #223F57
RGB
CMYK
RGB Variations
Color information
#223F57 (or 0x223F57) is known color: Regal Blue. HEX triplet: 22, 3F and 57. RGB value is (34,63,87). Sum of RGB (Red+Green+Blue) = 34+63+87=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 87 - color contains mainly: blue. Hex color #223F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223F57 is #DDC0A8. Grayscale: #383838. Windows color (decimal): -14532777 or 5717794. OLE color: 5717794.
HSL color Cylindrical-coordinate representation of color #223F57: hue angle of 207.17º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #223F57 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 34 | 63 | 87 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.66 |
| HSL | 207.17º | 0.44% | 0.24% | - |
| HSV(B) | 207.17º | 0.61% | 0.34% | - |
| XYZ | 4.16 | 4.58 | 9.68 | - |
| YUV | 57.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 87 | 0.61 | 0.28 | 0 | 0.66 | 207.17 | 0.44 | 0.24 |
| Hex | 22 | 3F | 57 | 3D | 1C | 0 | 42 | CF | 2C | 18 |
| Octal | 42 | 77 | 127 | 75 | 34 | 0 | 102 | 317 | 54 | 30 |
| Binary | 100010 | 111111 | 1010111 | 111101 | 11100 | 0 | 1000010 | 11001111 | 101100 | 11000 |
Color Harmonies of #223F57
Complementary color
Monochromatic Colors of #223F57
Black with #223F57
Text Example
Text Example
White with #223F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223F57; }
p { color: rgb(34,63,87); }
H1.HeaderClassName
{
color: #223F57;
}
.AnyTagClassName
{
color: #223F57;
}
</style>
background-color css
<style>
a { background-color: #223F57; }
a { background-color: rgb(34,63,87); }
div.DivClassName
{
background-color: #223F57;
}
.BgClassName
{
background-color: #223F57;
}
</style>
border-color css
<style>
span { border-color: #223F57; }
span { border-color: rgb(34,63,87); }
td.TdClassName
{
border-color: #223F57;
}
.TagClassName
{
border-color: #223F57;
}
</style>