Shades of Regal Blue #233D58
Tints of Regal Blue #233D58
RGB
CMYK
RGB Variations
Color information
#233D58 (or 0x233D58) is known color: Regal Blue. HEX triplet: 23, 3D and 58. RGB value is (35,61,88). Sum of RGB (Red+Green+Blue) = 35+61+88=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #233D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233D58 is #DCC2A7. Grayscale: #383838. Windows color (decimal): -14467752 or 5782819. OLE color: 5782819.
HSL color Cylindrical-coordinate representation of color #233D58: hue angle of 210.57º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #233D58 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 61 | 88 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.65 |
| HSL | 210.57º | 0.43% | 0.24% | - |
| HSV(B) | 210.57º | 0.6% | 0.35% | - |
| XYZ | 4.12 | 4.4 | 9.86 | - |
| YUV | 56.3 | 145.89 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 88 | 0.60 | 0.31 | 0 | 0.65 | 210.57 | 0.43 | 0.24 |
| Hex | 23 | 3D | 58 | 3C | 1F | 0 | 41 | D3 | 2B | 18 |
| Octal | 43 | 75 | 130 | 74 | 37 | 0 | 101 | 323 | 53 | 30 |
| Binary | 100011 | 111101 | 1011000 | 111100 | 11111 | 0 | 1000001 | 11010011 | 101011 | 11000 |
Color Harmonies of #233D58
Complementary color
Monochromatic Colors of #233D58
Black with #233D58
Text Example
Text Example
White with #233D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D58; }
p { color: rgb(35,61,88); }
H1.HeaderClassName
{
color: #233D58;
}
.AnyTagClassName
{
color: #233D58;
}
</style>
background-color css
<style>
a { background-color: #233D58; }
a { background-color: rgb(35,61,88); }
div.DivClassName
{
background-color: #233D58;
}
.BgClassName
{
background-color: #233D58;
}
</style>
border-color css
<style>
span { border-color: #233D58; }
span { border-color: rgb(35,61,88); }
td.TdClassName
{
border-color: #233D58;
}
.TagClassName
{
border-color: #233D58;
}
</style>