Shades of Regal Blue #223F53
Tints of Regal Blue #223F53
RGB
CMYK
RGB Variations
Color information
#223F53 (or 0x223F53) is known color: Regal Blue. HEX triplet: 22, 3F and 53. RGB value is (34,63,83). Sum of RGB (Red+Green+Blue) = 34+63+83=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #223F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223F53 is #DDC0AC. Grayscale: #383838. Windows color (decimal): -14532781 or 5455650. OLE color: 5455650.
HSL color Cylindrical-coordinate representation of color #223F53: hue angle of 204.49º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #223F53 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 63 | 83 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.67 |
| HSL | 204.49º | 0.42% | 0.23% | - |
| HSV(B) | 204.49º | 0.59% | 0.33% | - |
| XYZ | 4 | 4.52 | 8.85 | - |
| YUV | 56.61 | 142.89 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 83 | 0.59 | 0.24 | 0 | 0.67 | 204.49 | 0.42 | 0.23 |
| Hex | 22 | 3F | 53 | 3B | 18 | 0 | 43 | CC | 2A | 17 |
| Octal | 42 | 77 | 123 | 73 | 30 | 0 | 103 | 314 | 52 | 27 |
| Binary | 100010 | 111111 | 1010011 | 111011 | 11000 | 0 | 1000011 | 11001100 | 101010 | 10111 |
Color Harmonies of #223F53
Complementary color
Monochromatic Colors of #223F53
Black with #223F53
Text Example
Text Example
White with #223F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223F53; }
p { color: rgb(34,63,83); }
H1.HeaderClassName
{
color: #223F53;
}
.AnyTagClassName
{
color: #223F53;
}
</style>
background-color css
<style>
a { background-color: #223F53; }
a { background-color: rgb(34,63,83); }
div.DivClassName
{
background-color: #223F53;
}
.BgClassName
{
background-color: #223F53;
}
</style>
border-color css
<style>
span { border-color: #223F53; }
span { border-color: rgb(34,63,83); }
td.TdClassName
{
border-color: #223F53;
}
.TagClassName
{
border-color: #223F53;
}
</style>