Shades of Resolution Blue #23417F
Tints of Resolution Blue #23417F
RGB
CMYK
RGB Variations
Color information
#23417F (or 0x23417F) is known color: Resolution Blue. HEX triplet: 23, 41 and 7F. RGB value is (35,65,127). Sum of RGB (Red+Green+Blue) = 35+65+127=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #23417F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23417F is #DCBE80. Grayscale: #3E3E3E. Windows color (decimal): -14466689 or 8339747. OLE color: 8339747.
HSL color Cylindrical-coordinate representation of color #23417F: hue angle of 220.43º 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 #23417F is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 65 | 127 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.50 |
| HSL | 220.43º | 0.57% | 0.32% | - |
| HSV(B) | 220.43º | 0.72% | 0.5% | - |
| XYZ | 6.41 | 5.67 | 20.84 | - |
| YUV | 63.1 | 164.06 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 127 | 0.72 | 0.49 | 0 | 0.50 | 220.43 | 0.57 | 0.32 |
| Hex | 23 | 41 | 7F | 48 | 31 | 0 | 32 | DC | 39 | 20 |
| Octal | 43 | 101 | 177 | 110 | 61 | 0 | 62 | 334 | 71 | 40 |
| Binary | 100011 | 1000001 | 1111111 | 1001000 | 110001 | 0 | 110010 | 11011100 | 111001 | 100000 |
Color Harmonies of #23417F
Complementary color
Monochromatic Colors of #23417F
Black with #23417F
Text Example
Text Example
White with #23417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23417F; }
p { color: rgb(35,65,127); }
H1.HeaderClassName
{
color: #23417F;
}
.AnyTagClassName
{
color: #23417F;
}
</style>
background-color css
<style>
a { background-color: #23417F; }
a { background-color: rgb(35,65,127); }
div.DivClassName
{
background-color: #23417F;
}
.BgClassName
{
background-color: #23417F;
}
</style>
border-color css
<style>
span { border-color: #23417F; }
span { border-color: rgb(35,65,127); }
td.TdClassName
{
border-color: #23417F;
}
.TagClassName
{
border-color: #23417F;
}
</style>