Shades of Resolution Blue #234081
Tints of Resolution Blue #234081
RGB
CMYK
RGB Variations
Color information
#234081 (or 0x234081) is known color: Resolution Blue. HEX triplet: 23, 40 and 81. RGB value is (35,64,129). Sum of RGB (Red+Green+Blue) = 35+64+129=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 129 (50.78% from 255 or 56.58% from 228); Max value from RGB is 129 - color contains mainly: blue. Hex color #234081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234081 is #DCBF7E. Grayscale: #3E3E3E. Windows color (decimal): -14466943 or 8470563. OLE color: 8470563.
HSL color Cylindrical-coordinate representation of color #234081: hue angle of 221.49º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #234081 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 64 | 129 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.49 |
| HSL | 221.49º | 0.57% | 0.32% | - |
| HSV(B) | 221.49º | 0.73% | 0.51% | - |
| XYZ | 6.49 | 5.61 | 21.51 | - |
| YUV | 62.74 | 165.39 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 129 | 0.73 | 0.50 | 0 | 0.49 | 221.49 | 0.57 | 0.32 |
| Hex | 23 | 40 | 81 | 49 | 32 | 0 | 31 | DD | 39 | 20 |
| Octal | 43 | 100 | 201 | 111 | 62 | 0 | 61 | 335 | 71 | 40 |
| Binary | 100011 | 1000000 | 10000001 | 1001001 | 110010 | 0 | 110001 | 11011101 | 111001 | 100000 |
Color Harmonies of #234081
Complementary color
Monochromatic Colors of #234081
Black with #234081
Text Example
Text Example
White with #234081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234081; }
p { color: rgb(35,64,129); }
H1.HeaderClassName
{
color: #234081;
}
.AnyTagClassName
{
color: #234081;
}
</style>
background-color css
<style>
a { background-color: #234081; }
a { background-color: rgb(35,64,129); }
div.DivClassName
{
background-color: #234081;
}
.BgClassName
{
background-color: #234081;
}
</style>
border-color css
<style>
span { border-color: #234081; }
span { border-color: rgb(35,64,129); }
td.TdClassName
{
border-color: #234081;
}
.TagClassName
{
border-color: #234081;
}
</style>