Shades of Resolution Blue #234476
Tints of Resolution Blue #234476
RGB
CMYK
RGB Variations
Color information
#234476 (or 0x234476) is known color: Resolution Blue. HEX triplet: 23, 44 and 76. RGB value is (35,68,118). Sum of RGB (Red+Green+Blue) = 35+68+118=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #234476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234476 is #DCBB89. Grayscale: #3F3F3F. Windows color (decimal): -14465930 or 7750691. OLE color: 7750691.
HSL color Cylindrical-coordinate representation of color #234476: hue angle of 216.14º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #234476 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 68 | 118 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.54 |
| HSL | 216.14º | 0.54% | 0.3% | - |
| HSV(B) | 216.14º | 0.7% | 0.46% | - |
| XYZ | 6.03 | 5.8 | 17.94 | - |
| YUV | 63.83 | 158.57 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 68 | 118 | 0.70 | 0.42 | 0 | 0.54 | 216.14 | 0.54 | 0.3 |
| Hex | 23 | 44 | 76 | 46 | 2A | 0 | 36 | D8 | 36 | 1E |
| Octal | 43 | 104 | 166 | 106 | 52 | 0 | 66 | 330 | 66 | 36 |
| Binary | 100011 | 1000100 | 1110110 | 1000110 | 101010 | 0 | 110110 | 11011000 | 110110 | 11110 |
Color Harmonies of #234476
Complementary color
Monochromatic Colors of #234476
Black with #234476
Text Example
Text Example
White with #234476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234476; }
p { color: rgb(35,68,118); }
H1.HeaderClassName
{
color: #234476;
}
.AnyTagClassName
{
color: #234476;
}
</style>
background-color css
<style>
a { background-color: #234476; }
a { background-color: rgb(35,68,118); }
div.DivClassName
{
background-color: #234476;
}
.BgClassName
{
background-color: #234476;
}
</style>
border-color css
<style>
span { border-color: #234476; }
span { border-color: rgb(35,68,118); }
td.TdClassName
{
border-color: #234476;
}
.TagClassName
{
border-color: #234476;
}
</style>