Shades of Resolution Blue #233482
Tints of Resolution Blue #233482
RGB
CMYK
RGB Variations
Color information
#233482 (or 0x233482) is known color: Resolution Blue. HEX triplet: 23, 34 and 82. RGB value is (35,52,130). Sum of RGB (Red+Green+Blue) = 35+52+130=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #233482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233482 is #DCCB7D. Grayscale: #373737. Windows color (decimal): -14470014 or 8533027. OLE color: 8533027.
HSL color Cylindrical-coordinate representation of color #233482: hue angle of 229.26º 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 #233482 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 52 | 130 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.49 |
| HSL | 229.26º | 0.58% | 0.32% | - |
| HSV(B) | 229.26º | 0.73% | 0.51% | - |
| XYZ | 5.95 | 4.43 | 21.66 | - |
| YUV | 55.81 | 169.87 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 130 | 0.73 | 0.60 | 0 | 0.49 | 229.26 | 0.58 | 0.32 |
| Hex | 23 | 34 | 82 | 49 | 3C | 0 | 31 | E5 | 3A | 20 |
| Octal | 43 | 64 | 202 | 111 | 74 | 0 | 61 | 345 | 72 | 40 |
| Binary | 100011 | 110100 | 10000010 | 1001001 | 111100 | 0 | 110001 | 11100101 | 111010 | 100000 |
Color Harmonies of #233482
Complementary color
Monochromatic Colors of #233482
Black with #233482
Text Example
Text Example
White with #233482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233482; }
p { color: rgb(35,52,130); }
H1.HeaderClassName
{
color: #233482;
}
.AnyTagClassName
{
color: #233482;
}
</style>
background-color css
<style>
a { background-color: #233482; }
a { background-color: rgb(35,52,130); }
div.DivClassName
{
background-color: #233482;
}
.BgClassName
{
background-color: #233482;
}
</style>
border-color css
<style>
span { border-color: #233482; }
span { border-color: rgb(35,52,130); }
td.TdClassName
{
border-color: #233482;
}
.TagClassName
{
border-color: #233482;
}
</style>