Shades of Regal Blue #233C57
Tints of Regal Blue #233C57
RGB
CMYK
RGB Variations
Color information
#233C57 (or 0x233C57) is known color: Regal Blue. HEX triplet: 23, 3C and 57. RGB value is (35,60,87). Sum of RGB (Red+Green+Blue) = 35+60+87=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 87 (34.38% from 255 or 47.80% from 182); Max value from RGB is 87 - color contains mainly: blue. Hex color #233C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233C57 is #DCC3A8. Grayscale: #373737. Windows color (decimal): -14468009 or 5717027. OLE color: 5717027.
HSL color Cylindrical-coordinate representation of color #233C57: hue angle of 211.15º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #233C57 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 35 | 60 | 87 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.66 |
| HSL | 211.15º | 0.43% | 0.24% | - |
| HSV(B) | 211.15º | 0.6% | 0.34% | - |
| XYZ | 4.03 | 4.28 | 9.63 | - |
| YUV | 55.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 87 | 0.60 | 0.31 | 0 | 0.66 | 211.15 | 0.43 | 0.24 |
| Hex | 23 | 3C | 57 | 3C | 1F | 0 | 42 | D3 | 2B | 18 |
| Octal | 43 | 74 | 127 | 74 | 37 | 0 | 102 | 323 | 53 | 30 |
| Binary | 100011 | 111100 | 1010111 | 111100 | 11111 | 0 | 1000010 | 11010011 | 101011 | 11000 |
Color Harmonies of #233C57
Complementary color
Monochromatic Colors of #233C57
Black with #233C57
Text Example
Text Example
White with #233C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C57; }
p { color: rgb(35,60,87); }
H1.HeaderClassName
{
color: #233C57;
}
.AnyTagClassName
{
color: #233C57;
}
</style>
background-color css
<style>
a { background-color: #233C57; }
a { background-color: rgb(35,60,87); }
div.DivClassName
{
background-color: #233C57;
}
.BgClassName
{
background-color: #233C57;
}
</style>
border-color css
<style>
span { border-color: #233C57; }
span { border-color: rgb(35,60,87); }
td.TdClassName
{
border-color: #233C57;
}
.TagClassName
{
border-color: #233C57;
}
</style>