Shades of Regal Blue #223F55
Tints of Regal Blue #223F55
RGB
CMYK
RGB Variations
Color information
#223F55 (or 0x223F55) is known color: Regal Blue. HEX triplet: 22, 3F and 55. RGB value is (34,63,85). Sum of RGB (Red+Green+Blue) = 34+63+85=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 63 (25% from 255 or 34.62% 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 #223F55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223F55 is #DDC0AA. Grayscale: #383838. Windows color (decimal): -14532779 or 5586722. OLE color: 5586722.
HSL color Cylindrical-coordinate representation of color #223F55: hue angle of 205.88º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #223F55 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 63 | 85 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.67 |
| HSL | 205.88º | 0.43% | 0.23% | - |
| HSV(B) | 205.88º | 0.6% | 0.33% | - |
| XYZ | 4.08 | 4.55 | 9.26 | - |
| YUV | 56.84 | 143.89 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 85 | 0.60 | 0.26 | 0 | 0.67 | 205.88 | 0.43 | 0.23 |
| Hex | 22 | 3F | 55 | 3C | 1A | 0 | 43 | CE | 2B | 17 |
| Octal | 42 | 77 | 125 | 74 | 32 | 0 | 103 | 316 | 53 | 27 |
| Binary | 100010 | 111111 | 1010101 | 111100 | 11010 | 0 | 1000011 | 11001110 | 101011 | 10111 |
Color Harmonies of #223F55
Complementary color
Monochromatic Colors of #223F55
Black with #223F55
Text Example
Text Example
White with #223F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223F55; }
p { color: rgb(34,63,85); }
H1.HeaderClassName
{
color: #223F55;
}
.AnyTagClassName
{
color: #223F55;
}
</style>
background-color css
<style>
a { background-color: #223F55; }
a { background-color: rgb(34,63,85); }
div.DivClassName
{
background-color: #223F55;
}
.BgClassName
{
background-color: #223F55;
}
</style>
border-color css
<style>
span { border-color: #223F55; }
span { border-color: rgb(34,63,85); }
td.TdClassName
{
border-color: #223F55;
}
.TagClassName
{
border-color: #223F55;
}
</style>