Shades of Resolution Blue #23397F
Tints of Resolution Blue #23397F
RGB
CMYK
RGB Variations
Color information
#23397F (or 0x23397F) is known color: Resolution Blue. HEX triplet: 23, 39 and 7F. RGB value is (35,57,127). Sum of RGB (Red+Green+Blue) = 35+57+127=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #23397F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23397F is #DCC680. Grayscale: #3A3A3A. Windows color (decimal): -14468737 or 8337699. OLE color: 8337699.
HSL color Cylindrical-coordinate representation of color #23397F: hue angle of 225.65º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23397F is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 57 | 127 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.50 |
| HSL | 225.65º | 0.57% | 0.32% | - |
| HSV(B) | 225.65º | 0.72% | 0.5% | - |
| XYZ | 5.99 | 4.82 | 20.69 | - |
| YUV | 58.4 | 166.71 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 57 | 127 | 0.72 | 0.55 | 0 | 0.50 | 225.65 | 0.57 | 0.32 |
| Hex | 23 | 39 | 7F | 48 | 37 | 0 | 32 | E2 | 39 | 20 |
| Octal | 43 | 71 | 177 | 110 | 67 | 0 | 62 | 342 | 71 | 40 |
| Binary | 100011 | 111001 | 1111111 | 1001000 | 110111 | 0 | 110010 | 11100010 | 111001 | 100000 |
Color Harmonies of #23397F
Complementary color
Monochromatic Colors of #23397F
Black with #23397F
Text Example
Text Example
White with #23397F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23397F; }
p { color: rgb(35,57,127); }
H1.HeaderClassName
{
color: #23397F;
}
.AnyTagClassName
{
color: #23397F;
}
</style>
background-color css
<style>
a { background-color: #23397F; }
a { background-color: rgb(35,57,127); }
div.DivClassName
{
background-color: #23397F;
}
.BgClassName
{
background-color: #23397F;
}
</style>
border-color css
<style>
span { border-color: #23397F; }
span { border-color: rgb(35,57,127); }
td.TdClassName
{
border-color: #23397F;
}
.TagClassName
{
border-color: #23397F;
}
</style>