Shades of Resolution Blue #233782
Tints of Resolution Blue #233782
RGB
CMYK
RGB Variations
Color information
#233782 (or 0x233782) is known color: Resolution Blue. HEX triplet: 23, 37 and 82. RGB value is (35,55,130). Sum of RGB (Red+Green+Blue) = 35+55+130=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 130 (51.17% from 255 or 59.09% from 220); Max value from RGB is 130 - color contains mainly: blue. Hex color #233782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233782 is #DCC87D. Grayscale: #393939. Windows color (decimal): -14469246 or 8533795. OLE color: 8533795.
HSL color Cylindrical-coordinate representation of color #233782: hue angle of 227.37º degrees, saturation: 0.58, 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 #233782 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 55 | 130 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.49 |
| HSL | 227.37º | 0.58% | 0.32% | - |
| HSV(B) | 227.37º | 0.73% | 0.51% | - |
| XYZ | 6.09 | 4.7 | 21.71 | - |
| YUV | 57.57 | 168.87 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 55 | 130 | 0.73 | 0.58 | 0 | 0.49 | 227.37 | 0.58 | 0.32 |
| Hex | 23 | 37 | 82 | 49 | 3A | 0 | 31 | E3 | 3A | 20 |
| Octal | 43 | 67 | 202 | 111 | 72 | 0 | 61 | 343 | 72 | 40 |
| Binary | 100011 | 110111 | 10000010 | 1001001 | 111010 | 0 | 110001 | 11100011 | 111010 | 100000 |
Color Harmonies of #233782
Complementary color
Monochromatic Colors of #233782
Black with #233782
Text Example
Text Example
White with #233782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233782; }
p { color: rgb(35,55,130); }
H1.HeaderClassName
{
color: #233782;
}
.AnyTagClassName
{
color: #233782;
}
</style>
background-color css
<style>
a { background-color: #233782; }
a { background-color: rgb(35,55,130); }
div.DivClassName
{
background-color: #233782;
}
.BgClassName
{
background-color: #233782;
}
</style>
border-color css
<style>
span { border-color: #233782; }
span { border-color: rgb(35,55,130); }
td.TdClassName
{
border-color: #233782;
}
.TagClassName
{
border-color: #233782;
}
</style>