Shades of Resolution Blue #23357C
Tints of Resolution Blue #23357C
RGB
CMYK
RGB Variations
Color information
#23357C (or 0x23357C) is known color: Resolution Blue. HEX triplet: 23, 35 and 7C. RGB value is (35,53,124). Sum of RGB (Red+Green+Blue) = 35+53+124=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #23357C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23357C is #DCCA83. Grayscale: #373737. Windows color (decimal): -14469764 or 8140067. OLE color: 8140067.
HSL color Cylindrical-coordinate representation of color #23357C: hue angle of 227.87º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23357C is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 53 | 124 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.51 |
| HSL | 227.87º | 0.56% | 0.31% | - |
| HSV(B) | 227.87º | 0.72% | 0.49% | - |
| XYZ | 5.6 | 4.36 | 19.61 | - |
| YUV | 55.71 | 166.54 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 53 | 124 | 0.72 | 0.57 | 0 | 0.51 | 227.87 | 0.56 | 0.31 |
| Hex | 23 | 35 | 7C | 48 | 39 | 0 | 33 | E4 | 38 | 1F |
| Octal | 43 | 65 | 174 | 110 | 71 | 0 | 63 | 344 | 70 | 37 |
| Binary | 100011 | 110101 | 1111100 | 1001000 | 111001 | 0 | 110011 | 11100100 | 111000 | 11111 |
Color Harmonies of #23357C
Complementary color
Monochromatic Colors of #23357C
Black with #23357C
Text Example
Text Example
White with #23357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23357C; }
p { color: rgb(35,53,124); }
H1.HeaderClassName
{
color: #23357C;
}
.AnyTagClassName
{
color: #23357C;
}
</style>
background-color css
<style>
a { background-color: #23357C; }
a { background-color: rgb(35,53,124); }
div.DivClassName
{
background-color: #23357C;
}
.BgClassName
{
background-color: #23357C;
}
</style>
border-color css
<style>
span { border-color: #23357C; }
span { border-color: rgb(35,53,124); }
td.TdClassName
{
border-color: #23357C;
}
.TagClassName
{
border-color: #23357C;
}
</style>