Shades of Resolution Blue #234073
Tints of Resolution Blue #234073
RGB
CMYK
RGB Variations
Color information
#234073 (or 0x234073) is known color: Resolution Blue. HEX triplet: 23, 40 and 73. RGB value is (35,64,115). Sum of RGB (Red+Green+Blue) = 35+64+115=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #234073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234073 is #DCBF8C. Grayscale: #3C3C3C. Windows color (decimal): -14466957 or 7553059. OLE color: 7553059.
HSL color Cylindrical-coordinate representation of color #234073: hue angle of 218.25º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #234073 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 64 | 115 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.55 |
| HSL | 218.25º | 0.53% | 0.29% | - |
| HSV(B) | 218.25º | 0.7% | 0.45% | - |
| XYZ | 5.62 | 5.26 | 16.94 | - |
| YUV | 61.14 | 158.39 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 115 | 0.70 | 0.44 | 0 | 0.55 | 218.25 | 0.53 | 0.29 |
| Hex | 23 | 40 | 73 | 46 | 2C | 0 | 37 | DA | 35 | 1D |
| Octal | 43 | 100 | 163 | 106 | 54 | 0 | 67 | 332 | 65 | 35 |
| Binary | 100011 | 1000000 | 1110011 | 1000110 | 101100 | 0 | 110111 | 11011010 | 110101 | 11101 |
Color Harmonies of #234073
Complementary color
Monochromatic Colors of #234073
Black with #234073
Text Example
Text Example
White with #234073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234073; }
p { color: rgb(35,64,115); }
H1.HeaderClassName
{
color: #234073;
}
.AnyTagClassName
{
color: #234073;
}
</style>
background-color css
<style>
a { background-color: #234073; }
a { background-color: rgb(35,64,115); }
div.DivClassName
{
background-color: #234073;
}
.BgClassName
{
background-color: #234073;
}
</style>
border-color css
<style>
span { border-color: #234073; }
span { border-color: rgb(35,64,115); }
td.TdClassName
{
border-color: #234073;
}
.TagClassName
{
border-color: #234073;
}
</style>