Shades of Regal Blue #234364
Tints of Regal Blue #234364
RGB
CMYK
RGB Variations
Color information
#234364 (or 0x234364) is known color: Regal Blue. HEX triplet: 23, 43 and 64. RGB value is (35,67,100). Sum of RGB (Red+Green+Blue) = 35+67+100=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #234364 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234364 is #DCBC9B. Grayscale: #3D3D3D. Windows color (decimal): -14466204 or 6570787. OLE color: 6570787.
HSL color Cylindrical-coordinate representation of color #234364: hue angle of 210.46º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #234364 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 67 | 100 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.61 |
| HSL | 210.46º | 0.48% | 0.26% | - |
| HSV(B) | 210.46º | 0.65% | 0.39% | - |
| XYZ | 5 | 5.29 | 12.81 | - |
| YUV | 61.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 100 | 0.65 | 0.33 | 0 | 0.61 | 210.46 | 0.48 | 0.26 |
| Hex | 23 | 43 | 64 | 41 | 21 | 0 | 3D | D2 | 30 | 1A |
| Octal | 43 | 103 | 144 | 101 | 41 | 0 | 75 | 322 | 60 | 32 |
| Binary | 100011 | 1000011 | 1100100 | 1000001 | 100001 | 0 | 111101 | 11010010 | 110000 | 11010 |
Color Harmonies of #234364
Complementary color
Monochromatic Colors of #234364
Black with #234364
Text Example
Text Example
White with #234364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234364; }
p { color: rgb(35,67,100); }
H1.HeaderClassName
{
color: #234364;
}
.AnyTagClassName
{
color: #234364;
}
</style>
background-color css
<style>
a { background-color: #234364; }
a { background-color: rgb(35,67,100); }
div.DivClassName
{
background-color: #234364;
}
.BgClassName
{
background-color: #234364;
}
</style>
border-color css
<style>
span { border-color: #234364; }
span { border-color: rgb(35,67,100); }
td.TdClassName
{
border-color: #234364;
}
.TagClassName
{
border-color: #234364;
}
</style>