Shades of Regal Blue #23425D
Tints of Regal Blue #23425D
RGB
CMYK
RGB Variations
Color information
#23425D (or 0x23425D) is known color: Regal Blue. HEX triplet: 23, 42 and 5D. RGB value is (35,66,93). Sum of RGB (Red+Green+Blue) = 35+66+93=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #23425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23425D is #DCBDA2. Grayscale: #3B3B3B. Windows color (decimal): -14466467 or 6111779. OLE color: 6111779.
HSL color Cylindrical-coordinate representation of color #23425D: hue angle of 207.93º 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 #23425D is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 66 | 93 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.64 |
| HSL | 207.93º | 0.45% | 0.25% | - |
| HSV(B) | 207.93º | 0.62% | 0.36% | - |
| XYZ | 4.62 | 5.04 | 11.09 | - |
| YUV | 59.81 | 146.73 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 66 | 93 | 0.62 | 0.29 | 0 | 0.64 | 207.93 | 0.45 | 0.25 |
| Hex | 23 | 42 | 5D | 3E | 1D | 0 | 40 | D0 | 2D | 19 |
| Octal | 43 | 102 | 135 | 76 | 35 | 0 | 100 | 320 | 55 | 31 |
| Binary | 100011 | 1000010 | 1011101 | 111110 | 11101 | 0 | 1000000 | 11010000 | 101101 | 11001 |
Color Harmonies of #23425D
Complementary color
Monochromatic Colors of #23425D
Black with #23425D
Text Example
Text Example
White with #23425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23425D; }
p { color: rgb(35,66,93); }
H1.HeaderClassName
{
color: #23425D;
}
.AnyTagClassName
{
color: #23425D;
}
</style>
background-color css
<style>
a { background-color: #23425D; }
a { background-color: rgb(35,66,93); }
div.DivClassName
{
background-color: #23425D;
}
.BgClassName
{
background-color: #23425D;
}
</style>
border-color css
<style>
span { border-color: #23425D; }
span { border-color: rgb(35,66,93); }
td.TdClassName
{
border-color: #23425D;
}
.TagClassName
{
border-color: #23425D;
}
</style>