Shades of Regal Blue #223C58
Tints of Regal Blue #223C58
RGB
CMYK
RGB Variations
Color information
#223C58 (or 0x223C58) is known color: Regal Blue. HEX triplet: 22, 3C and 58. RGB value is (34,60,88). Sum of RGB (Red+Green+Blue) = 34+60+88=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #223C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223C58 is #DDC3A7. Grayscale: #373737. Windows color (decimal): -14533544 or 5782562. OLE color: 5782562.
HSL color Cylindrical-coordinate representation of color #223C58: hue angle of 211.11º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #223C58 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 60 | 88 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.65 |
| HSL | 211.11º | 0.44% | 0.24% | - |
| HSV(B) | 211.11º | 0.61% | 0.35% | - |
| XYZ | 4.04 | 4.28 | 9.85 | - |
| YUV | 55.42 | 146.39 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 88 | 0.61 | 0.32 | 0 | 0.65 | 211.11 | 0.44 | 0.24 |
| Hex | 22 | 3C | 58 | 3D | 20 | 0 | 41 | D3 | 2C | 18 |
| Octal | 42 | 74 | 130 | 75 | 40 | 0 | 101 | 323 | 54 | 30 |
| Binary | 100010 | 111100 | 1011000 | 111101 | 100000 | 0 | 1000001 | 11010011 | 101100 | 11000 |
Color Harmonies of #223C58
Complementary color
Monochromatic Colors of #223C58
Black with #223C58
Text Example
Text Example
White with #223C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223C58; }
p { color: rgb(34,60,88); }
H1.HeaderClassName
{
color: #223C58;
}
.AnyTagClassName
{
color: #223C58;
}
</style>
background-color css
<style>
a { background-color: #223C58; }
a { background-color: rgb(34,60,88); }
div.DivClassName
{
background-color: #223C58;
}
.BgClassName
{
background-color: #223C58;
}
</style>
border-color css
<style>
span { border-color: #223C58; }
span { border-color: rgb(34,60,88); }
td.TdClassName
{
border-color: #223C58;
}
.TagClassName
{
border-color: #223C58;
}
</style>