Shades of Resolution Blue #23367F
Tints of Resolution Blue #23367F
RGB
CMYK
RGB Variations
Color information
#23367F (or 0x23367F) is known color: Resolution Blue. HEX triplet: 23, 36 and 7F. RGB value is (35,54,127). Sum of RGB (Red+Green+Blue) = 35+54+127=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #23367F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23367F is #DCC980. Grayscale: #383838. Windows color (decimal): -14469505 or 8336931. OLE color: 8336931.
HSL color Cylindrical-coordinate representation of color #23367F: hue angle of 227.61º 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 #23367F is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 54 | 127 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.50 |
| HSL | 227.61º | 0.57% | 0.32% | - |
| HSV(B) | 227.61º | 0.72% | 0.5% | - |
| XYZ | 5.84 | 4.53 | 20.64 | - |
| YUV | 56.64 | 167.71 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 54 | 127 | 0.72 | 0.57 | 0 | 0.50 | 227.61 | 0.57 | 0.32 |
| Hex | 23 | 36 | 7F | 48 | 39 | 0 | 32 | E4 | 39 | 20 |
| Octal | 43 | 66 | 177 | 110 | 71 | 0 | 62 | 344 | 71 | 40 |
| Binary | 100011 | 110110 | 1111111 | 1001000 | 111001 | 0 | 110010 | 11100100 | 111001 | 100000 |
Color Harmonies of #23367F
Complementary color
Monochromatic Colors of #23367F
Black with #23367F
Text Example
Text Example
White with #23367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23367F; }
p { color: rgb(35,54,127); }
H1.HeaderClassName
{
color: #23367F;
}
.AnyTagClassName
{
color: #23367F;
}
</style>
background-color css
<style>
a { background-color: #23367F; }
a { background-color: rgb(35,54,127); }
div.DivClassName
{
background-color: #23367F;
}
.BgClassName
{
background-color: #23367F;
}
</style>
border-color css
<style>
span { border-color: #23367F; }
span { border-color: rgb(35,54,127); }
td.TdClassName
{
border-color: #23367F;
}
.TagClassName
{
border-color: #23367F;
}
</style>