Shades of Resolution Blue #23377B
Tints of Resolution Blue #23377B
RGB
CMYK
RGB Variations
Color information
#23377B (or 0x23377B) is known color: Resolution Blue. HEX triplet: 23, 37 and 7B. RGB value is (35,55,123). Sum of RGB (Red+Green+Blue) = 35+55+123=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #23377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23377B is #DCC884. Grayscale: #383838. Windows color (decimal): -14469253 or 8075043. OLE color: 8075043.
HSL color Cylindrical-coordinate representation of color #23377B: hue angle of 226.36º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23377B is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 55 | 123 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.52 |
| HSL | 226.36º | 0.56% | 0.31% | - |
| HSV(B) | 226.36º | 0.72% | 0.48% | - |
| XYZ | 5.63 | 4.52 | 19.31 | - |
| YUV | 56.77 | 165.37 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 55 | 123 | 0.72 | 0.55 | 0 | 0.52 | 226.36 | 0.56 | 0.31 |
| Hex | 23 | 37 | 7B | 48 | 37 | 0 | 34 | E2 | 38 | 1F |
| Octal | 43 | 67 | 173 | 110 | 67 | 0 | 64 | 342 | 70 | 37 |
| Binary | 100011 | 110111 | 1111011 | 1001000 | 110111 | 0 | 110100 | 11100010 | 111000 | 11111 |
Color Harmonies of #23377B
Complementary color
Monochromatic Colors of #23377B
Black with #23377B
Text Example
Text Example
White with #23377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23377B; }
p { color: rgb(35,55,123); }
H1.HeaderClassName
{
color: #23377B;
}
.AnyTagClassName
{
color: #23377B;
}
</style>
background-color css
<style>
a { background-color: #23377B; }
a { background-color: rgb(35,55,123); }
div.DivClassName
{
background-color: #23377B;
}
.BgClassName
{
background-color: #23377B;
}
</style>
border-color css
<style>
span { border-color: #23377B; }
span { border-color: rgb(35,55,123); }
td.TdClassName
{
border-color: #23377B;
}
.TagClassName
{
border-color: #23377B;
}
</style>