Shades of Regal Blue #233E59
Tints of Regal Blue #233E59
RGB
CMYK
RGB Variations
Color information
#233E59 (or 0x233E59) is known color: Regal Blue. HEX triplet: 23, 3E and 59. RGB value is (35,62,89). Sum of RGB (Red+Green+Blue) = 35+62+89=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #233E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233E59 is #DCC1A6. Grayscale: #383838. Windows color (decimal): -14467495 or 5848611. OLE color: 5848611.
HSL color Cylindrical-coordinate representation of color #233E59: hue angle of 210º 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 #233E59 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 62 | 89 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.65 |
| HSL | 210º | 0.44% | 0.24% | - |
| HSV(B) | 210º | 0.61% | 0.35% | - |
| XYZ | 4.22 | 4.52 | 10.1 | - |
| YUV | 57.01 | 146.05 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 89 | 0.61 | 0.30 | 0 | 0.65 | 210 | 0.44 | 0.24 |
| Hex | 23 | 3E | 59 | 3D | 1E | 0 | 41 | D2 | 2C | 18 |
| Octal | 43 | 76 | 131 | 75 | 36 | 0 | 101 | 322 | 54 | 30 |
| Binary | 100011 | 111110 | 1011001 | 111101 | 11110 | 0 | 1000001 | 11010010 | 101100 | 11000 |
Color Harmonies of #233E59
Complementary color
Monochromatic Colors of #233E59
Black with #233E59
Text Example
Text Example
White with #233E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233E59; }
p { color: rgb(35,62,89); }
H1.HeaderClassName
{
color: #233E59;
}
.AnyTagClassName
{
color: #233E59;
}
</style>
background-color css
<style>
a { background-color: #233E59; }
a { background-color: rgb(35,62,89); }
div.DivClassName
{
background-color: #233E59;
}
.BgClassName
{
background-color: #233E59;
}
</style>
border-color css
<style>
span { border-color: #233E59; }
span { border-color: rgb(35,62,89); }
td.TdClassName
{
border-color: #233E59;
}
.TagClassName
{
border-color: #233E59;
}
</style>