Shades of Regal Blue #233F5D
Tints of Regal Blue #233F5D
RGB
CMYK
RGB Variations
Color information
#233F5D (or 0x233F5D) is known color: Regal Blue. HEX triplet: 23, 3F and 5D. RGB value is (35,63,93). Sum of RGB (Red+Green+Blue) = 35+63+93=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #233F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F5D is #DCC0A2. Grayscale: #393939. Windows color (decimal): -14467235 or 6111011. OLE color: 6111011.
HSL color Cylindrical-coordinate representation of color #233F5D: hue angle of 211.03º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #233F5D is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 63 | 93 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.64 |
| HSL | 211.03º | 0.45% | 0.25% | - |
| HSV(B) | 211.03º | 0.62% | 0.36% | - |
| XYZ | 4.45 | 4.7 | 11.03 | - |
| YUV | 58.05 | 147.72 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 93 | 0.62 | 0.32 | 0 | 0.64 | 211.03 | 0.45 | 0.25 |
| Hex | 23 | 3F | 5D | 3E | 20 | 0 | 40 | D3 | 2D | 19 |
| Octal | 43 | 77 | 135 | 76 | 40 | 0 | 100 | 323 | 55 | 31 |
| Binary | 100011 | 111111 | 1011101 | 111110 | 100000 | 0 | 1000000 | 11010011 | 101101 | 11001 |
Color Harmonies of #233F5D
Complementary color
Monochromatic Colors of #233F5D
Black with #233F5D
Text Example
Text Example
White with #233F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F5D; }
p { color: rgb(35,63,93); }
H1.HeaderClassName
{
color: #233F5D;
}
.AnyTagClassName
{
color: #233F5D;
}
</style>
background-color css
<style>
a { background-color: #233F5D; }
a { background-color: rgb(35,63,93); }
div.DivClassName
{
background-color: #233F5D;
}
.BgClassName
{
background-color: #233F5D;
}
</style>
border-color css
<style>
span { border-color: #233F5D; }
span { border-color: rgb(35,63,93); }
td.TdClassName
{
border-color: #233F5D;
}
.TagClassName
{
border-color: #233F5D;
}
</style>