Shades of Regal Blue #233F5A
Tints of Regal Blue #233F5A
RGB
CMYK
RGB Variations
Color information
#233F5A (or 0x233F5A) is known color: Regal Blue. HEX triplet: 23, 3F and 5A. RGB value is (35,63,90). Sum of RGB (Red+Green+Blue) = 35+63+90=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #233F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F5A is #DCC0A5. Grayscale: #393939. Windows color (decimal): -14467238 or 5914403. OLE color: 5914403.
HSL color Cylindrical-coordinate representation of color #233F5A: hue angle of 209.45º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #233F5A is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 63 | 90 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.65 |
| HSL | 209.45º | 0.44% | 0.25% | - |
| HSV(B) | 209.45º | 0.61% | 0.35% | - |
| XYZ | 4.32 | 4.65 | 10.34 | - |
| YUV | 57.71 | 146.22 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 90 | 0.61 | 0.30 | 0 | 0.65 | 209.45 | 0.44 | 0.25 |
| Hex | 23 | 3F | 5A | 3D | 1E | 0 | 41 | D1 | 2C | 19 |
| Octal | 43 | 77 | 132 | 75 | 36 | 0 | 101 | 321 | 54 | 31 |
| Binary | 100011 | 111111 | 1011010 | 111101 | 11110 | 0 | 1000001 | 11010001 | 101100 | 11001 |
Color Harmonies of #233F5A
Complementary color
Monochromatic Colors of #233F5A
Black with #233F5A
Text Example
Text Example
White with #233F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F5A; }
p { color: rgb(35,63,90); }
H1.HeaderClassName
{
color: #233F5A;
}
.AnyTagClassName
{
color: #233F5A;
}
</style>
background-color css
<style>
a { background-color: #233F5A; }
a { background-color: rgb(35,63,90); }
div.DivClassName
{
background-color: #233F5A;
}
.BgClassName
{
background-color: #233F5A;
}
</style>
border-color css
<style>
span { border-color: #233F5A; }
span { border-color: rgb(35,63,90); }
td.TdClassName
{
border-color: #233F5A;
}
.TagClassName
{
border-color: #233F5A;
}
</style>