Shades of Regal Blue #23425B
Tints of Regal Blue #23425B
RGB
CMYK
RGB Variations
Color information
#23425B (or 0x23425B) is known color: Regal Blue. HEX triplet: 23, 42 and 5B. RGB value is (35,66,91). Sum of RGB (Red+Green+Blue) = 35+66+91=192 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.23% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #23425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23425B is #DCBDA4. Grayscale: #3B3B3B. Windows color (decimal): -14466469 or 5980707. OLE color: 5980707.
HSL color Cylindrical-coordinate representation of color #23425B: hue angle of 206.79º degrees, saturation: 0.44, 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 #23425B is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 66 | 91 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.64 |
| HSL | 206.79º | 0.44% | 0.25% | - |
| HSV(B) | 206.79º | 0.62% | 0.36% | - |
| XYZ | 4.53 | 5.01 | 10.63 | - |
| YUV | 59.58 | 145.73 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 66 | 91 | 0.62 | 0.27 | 0 | 0.64 | 206.79 | 0.44 | 0.25 |
| Hex | 23 | 42 | 5B | 3E | 1B | 0 | 40 | CF | 2C | 19 |
| Octal | 43 | 102 | 133 | 76 | 33 | 0 | 100 | 317 | 54 | 31 |
| Binary | 100011 | 1000010 | 1011011 | 111110 | 11011 | 0 | 1000000 | 11001111 | 101100 | 11001 |
Color Harmonies of #23425B
Complementary color
Monochromatic Colors of #23425B
Black with #23425B
Text Example
Text Example
White with #23425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23425B; }
p { color: rgb(35,66,91); }
H1.HeaderClassName
{
color: #23425B;
}
.AnyTagClassName
{
color: #23425B;
}
</style>
background-color css
<style>
a { background-color: #23425B; }
a { background-color: rgb(35,66,91); }
div.DivClassName
{
background-color: #23425B;
}
.BgClassName
{
background-color: #23425B;
}
</style>
border-color css
<style>
span { border-color: #23425B; }
span { border-color: rgb(35,66,91); }
td.TdClassName
{
border-color: #23425B;
}
.TagClassName
{
border-color: #23425B;
}
</style>