Shades of Resolution Blue #234074
Tints of Resolution Blue #234074
RGB
CMYK
RGB Variations
Color information
#234074 (or 0x234074) is known color: Resolution Blue. HEX triplet: 23, 40 and 74. RGB value is (35,64,116). Sum of RGB (Red+Green+Blue) = 35+64+116=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #234074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234074 is #DCBF8B. Grayscale: #3D3D3D. Windows color (decimal): -14466956 or 7618595. OLE color: 7618595.
HSL color Cylindrical-coordinate representation of color #234074: hue angle of 218.52º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #234074 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 64 | 116 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.55 |
| HSL | 218.52º | 0.54% | 0.3% | - |
| HSV(B) | 218.52º | 0.7% | 0.45% | - |
| XYZ | 5.68 | 5.29 | 17.24 | - |
| YUV | 61.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 116 | 0.70 | 0.45 | 0 | 0.55 | 218.52 | 0.54 | 0.3 |
| Hex | 23 | 40 | 74 | 46 | 2D | 0 | 37 | DB | 36 | 1E |
| Octal | 43 | 100 | 164 | 106 | 55 | 0 | 67 | 333 | 66 | 36 |
| Binary | 100011 | 1000000 | 1110100 | 1000110 | 101101 | 0 | 110111 | 11011011 | 110110 | 11110 |
Color Harmonies of #234074
Complementary color
Monochromatic Colors of #234074
Black with #234074
Text Example
Text Example
White with #234074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234074; }
p { color: rgb(35,64,116); }
H1.HeaderClassName
{
color: #234074;
}
.AnyTagClassName
{
color: #234074;
}
</style>
background-color css
<style>
a { background-color: #234074; }
a { background-color: rgb(35,64,116); }
div.DivClassName
{
background-color: #234074;
}
.BgClassName
{
background-color: #234074;
}
</style>
border-color css
<style>
span { border-color: #234074; }
span { border-color: rgb(35,64,116); }
td.TdClassName
{
border-color: #234074;
}
.TagClassName
{
border-color: #234074;
}
</style>