Shades of Resolution Blue #232E7A
Tints of Resolution Blue #232E7A
RGB
CMYK
RGB Variations
Color information
#232E7A (or 0x232E7A) is known color: Resolution Blue. HEX triplet: 23, 2E and 7A. RGB value is (35,46,122). Sum of RGB (Red+Green+Blue) = 35+46+122=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #232E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232E7A is #DCD185. Grayscale: #333333. Windows color (decimal): -14471558 or 8007203. OLE color: 8007203.
HSL color Cylindrical-coordinate representation of color #232E7A: hue angle of 232.41º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #232E7A is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 46 | 122 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.52 |
| HSL | 232.41º | 0.55% | 0.31% | - |
| HSV(B) | 232.41º | 0.71% | 0.48% | - |
| XYZ | 5.18 | 3.72 | 18.86 | - |
| YUV | 51.38 | 167.86 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 122 | 0.71 | 0.62 | 0 | 0.52 | 232.41 | 0.55 | 0.31 |
| Hex | 23 | 2E | 7A | 47 | 3E | 0 | 34 | E8 | 37 | 1F |
| Octal | 43 | 56 | 172 | 107 | 76 | 0 | 64 | 350 | 67 | 37 |
| Binary | 100011 | 101110 | 1111010 | 1000111 | 111110 | 0 | 110100 | 11101000 | 110111 | 11111 |
Color Harmonies of #232E7A
Complementary color
Monochromatic Colors of #232E7A
Black with #232E7A
Text Example
Text Example
White with #232E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E7A; }
p { color: rgb(35,46,122); }
H1.HeaderClassName
{
color: #232E7A;
}
.AnyTagClassName
{
color: #232E7A;
}
</style>
background-color css
<style>
a { background-color: #232E7A; }
a { background-color: rgb(35,46,122); }
div.DivClassName
{
background-color: #232E7A;
}
.BgClassName
{
background-color: #232E7A;
}
</style>
border-color css
<style>
span { border-color: #232E7A; }
span { border-color: rgb(35,46,122); }
td.TdClassName
{
border-color: #232E7A;
}
.TagClassName
{
border-color: #232E7A;
}
</style>