Shades of Regal Blue #234155
Tints of Regal Blue #234155
RGB
CMYK
RGB Variations
Color information
#234155 (or 0x234155) is known color: Regal Blue. HEX triplet: 23, 41 and 55. RGB value is (35,65,85). Sum of RGB (Red+Green+Blue) = 35+65+85=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 85 - color contains mainly: blue. Hex color #234155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234155 is #DCBEAA. Grayscale: #3A3A3A. Windows color (decimal): -14466731 or 5587235. OLE color: 5587235.
HSL color Cylindrical-coordinate representation of color #234155: hue angle of 204º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #234155 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 65 | 85 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.67 |
| HSL | 204º | 0.42% | 0.24% | - |
| HSV(B) | 204º | 0.59% | 0.33% | - |
| XYZ | 4.22 | 4.79 | 9.3 | - |
| YUV | 58.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 85 | 0.59 | 0.24 | 0 | 0.67 | 204 | 0.42 | 0.24 |
| Hex | 23 | 41 | 55 | 3B | 18 | 0 | 43 | CC | 2A | 18 |
| Octal | 43 | 101 | 125 | 73 | 30 | 0 | 103 | 314 | 52 | 30 |
| Binary | 100011 | 1000001 | 1010101 | 111011 | 11000 | 0 | 1000011 | 11001100 | 101010 | 11000 |
Color Harmonies of #234155
Complementary color
Monochromatic Colors of #234155
Black with #234155
Text Example
Text Example
White with #234155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234155; }
p { color: rgb(35,65,85); }
H1.HeaderClassName
{
color: #234155;
}
.AnyTagClassName
{
color: #234155;
}
</style>
background-color css
<style>
a { background-color: #234155; }
a { background-color: rgb(35,65,85); }
div.DivClassName
{
background-color: #234155;
}
.BgClassName
{
background-color: #234155;
}
</style>
border-color css
<style>
span { border-color: #234155; }
span { border-color: rgb(35,65,85); }
td.TdClassName
{
border-color: #234155;
}
.TagClassName
{
border-color: #234155;
}
</style>