Shades of Regal Blue #234160
Tints of Regal Blue #234160
RGB
CMYK
RGB Variations
Color information
#234160 (or 0x234160) is known color: Regal Blue. HEX triplet: 23, 41 and 60. RGB value is (35,65,96). Sum of RGB (Red+Green+Blue) = 35+65+96=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #234160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234160 is #DCBE9F. Grayscale: #3B3B3B. Windows color (decimal): -14466720 or 6308131. OLE color: 6308131.
HSL color Cylindrical-coordinate representation of color #234160: hue angle of 210.49º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #234160 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 65 | 96 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.62 |
| HSL | 210.49º | 0.47% | 0.26% | - |
| HSV(B) | 210.49º | 0.64% | 0.38% | - |
| XYZ | 4.69 | 4.98 | 11.78 | - |
| YUV | 59.56 | 148.56 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 96 | 0.64 | 0.32 | 0 | 0.62 | 210.49 | 0.47 | 0.26 |
| Hex | 23 | 41 | 60 | 40 | 20 | 0 | 3E | D2 | 2F | 1A |
| Octal | 43 | 101 | 140 | 100 | 40 | 0 | 76 | 322 | 57 | 32 |
| Binary | 100011 | 1000001 | 1100000 | 1000000 | 100000 | 0 | 111110 | 11010010 | 101111 | 11010 |
Color Harmonies of #234160
Complementary color
Monochromatic Colors of #234160
Black with #234160
Text Example
Text Example
White with #234160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234160; }
p { color: rgb(35,65,96); }
H1.HeaderClassName
{
color: #234160;
}
.AnyTagClassName
{
color: #234160;
}
</style>
background-color css
<style>
a { background-color: #234160; }
a { background-color: rgb(35,65,96); }
div.DivClassName
{
background-color: #234160;
}
.BgClassName
{
background-color: #234160;
}
</style>
border-color css
<style>
span { border-color: #234160; }
span { border-color: rgb(35,65,96); }
td.TdClassName
{
border-color: #234160;
}
.TagClassName
{
border-color: #234160;
}
</style>