Shades of Resolution Blue #23377D
Tints of Resolution Blue #23377D
RGB
CMYK
RGB Variations
Color information
#23377D (or 0x23377D) is known color: Resolution Blue. HEX triplet: 23, 37 and 7D. RGB value is (35,55,125). Sum of RGB (Red+Green+Blue) = 35+55+125=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #23377D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23377D is #DCC882. Grayscale: #383838. Windows color (decimal): -14469251 or 8206115. OLE color: 8206115.
HSL color Cylindrical-coordinate representation of color #23377D: hue angle of 226.67º 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 #23377D is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 55 | 125 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.51 |
| HSL | 226.67º | 0.56% | 0.31% | - |
| HSV(B) | 226.67º | 0.72% | 0.49% | - |
| XYZ | 5.76 | 4.57 | 19.98 | - |
| YUV | 57 | 166.37 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 55 | 125 | 0.72 | 0.56 | 0 | 0.51 | 226.67 | 0.56 | 0.31 |
| Hex | 23 | 37 | 7D | 48 | 38 | 0 | 33 | E3 | 38 | 1F |
| Octal | 43 | 67 | 175 | 110 | 70 | 0 | 63 | 343 | 70 | 37 |
| Binary | 100011 | 110111 | 1111101 | 1001000 | 111000 | 0 | 110011 | 11100011 | 111000 | 11111 |
Color Harmonies of #23377D
Complementary color
Monochromatic Colors of #23377D
Black with #23377D
Text Example
Text Example
White with #23377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23377D; }
p { color: rgb(35,55,125); }
H1.HeaderClassName
{
color: #23377D;
}
.AnyTagClassName
{
color: #23377D;
}
</style>
background-color css
<style>
a { background-color: #23377D; }
a { background-color: rgb(35,55,125); }
div.DivClassName
{
background-color: #23377D;
}
.BgClassName
{
background-color: #23377D;
}
</style>
border-color css
<style>
span { border-color: #23377D; }
span { border-color: rgb(35,55,125); }
td.TdClassName
{
border-color: #23377D;
}
.TagClassName
{
border-color: #23377D;
}
</style>