Shades of Resolution Blue #234181
Tints of Resolution Blue #234181
RGB
CMYK
RGB Variations
Color information
#234181 (or 0x234181) is known color: Resolution Blue. HEX triplet: 23, 41 and 81. RGB value is (35,65,129). Sum of RGB (Red+Green+Blue) = 35+65+129=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 129 (50.78% from 255 or 56.33% from 229); Max value from RGB is 129 - color contains mainly: blue. Hex color #234181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234181 is #DCBE7E. Grayscale: #3F3F3F. Windows color (decimal): -14466687 or 8470819. OLE color: 8470819.
HSL color Cylindrical-coordinate representation of color #234181: hue angle of 220.85º 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 #234181 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 65 | 129 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.49 |
| HSL | 220.85º | 0.57% | 0.32% | - |
| HSV(B) | 220.85º | 0.73% | 0.51% | - |
| XYZ | 6.55 | 5.72 | 21.53 | - |
| YUV | 63.33 | 165.06 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 129 | 0.73 | 0.50 | 0 | 0.49 | 220.85 | 0.57 | 0.32 |
| Hex | 23 | 41 | 81 | 49 | 32 | 0 | 31 | DD | 39 | 20 |
| Octal | 43 | 101 | 201 | 111 | 62 | 0 | 61 | 335 | 71 | 40 |
| Binary | 100011 | 1000001 | 10000001 | 1001001 | 110010 | 0 | 110001 | 11011101 | 111001 | 100000 |
Color Harmonies of #234181
Complementary color
Monochromatic Colors of #234181
Black with #234181
Text Example
Text Example
White with #234181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234181; }
p { color: rgb(35,65,129); }
H1.HeaderClassName
{
color: #234181;
}
.AnyTagClassName
{
color: #234181;
}
</style>
background-color css
<style>
a { background-color: #234181; }
a { background-color: rgb(35,65,129); }
div.DivClassName
{
background-color: #234181;
}
.BgClassName
{
background-color: #234181;
}
</style>
border-color css
<style>
span { border-color: #234181; }
span { border-color: rgb(35,65,129); }
td.TdClassName
{
border-color: #234181;
}
.TagClassName
{
border-color: #234181;
}
</style>