Shades of Regal Blue #234567
Tints of Regal Blue #234567
RGB
CMYK
RGB Variations
Color information
#234567 (or 0x234567) is known color: Regal Blue. HEX triplet: 23, 45 and 67. RGB value is (35,69,103). Sum of RGB (Red+Green+Blue) = 35+69+103=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #234567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234567 is #DCBA98. Grayscale: #3E3E3E. Windows color (decimal): -14465689 or 6767907. OLE color: 6767907.
HSL color Cylindrical-coordinate representation of color #234567: hue angle of 210º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #234567 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 69 | 103 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.60 |
| HSL | 210º | 0.49% | 0.27% | - |
| HSV(B) | 210º | 0.66% | 0.4% | - |
| XYZ | 5.27 | 5.59 | 13.63 | - |
| YUV | 62.71 | 150.74 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 103 | 0.66 | 0.33 | 0 | 0.60 | 210 | 0.49 | 0.27 |
| Hex | 23 | 45 | 67 | 42 | 21 | 0 | 3C | D2 | 31 | 1B |
| Octal | 43 | 105 | 147 | 102 | 41 | 0 | 74 | 322 | 61 | 33 |
| Binary | 100011 | 1000101 | 1100111 | 1000010 | 100001 | 0 | 111100 | 11010010 | 110001 | 11011 |
Color Harmonies of #234567
Complementary color
Monochromatic Colors of #234567
Black with #234567
Text Example
Text Example
White with #234567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234567; }
p { color: rgb(35,69,103); }
H1.HeaderClassName
{
color: #234567;
}
.AnyTagClassName
{
color: #234567;
}
</style>
background-color css
<style>
a { background-color: #234567; }
a { background-color: rgb(35,69,103); }
div.DivClassName
{
background-color: #234567;
}
.BgClassName
{
background-color: #234567;
}
</style>
border-color css
<style>
span { border-color: #234567; }
span { border-color: rgb(35,69,103); }
td.TdClassName
{
border-color: #234567;
}
.TagClassName
{
border-color: #234567;
}
</style>