Shades of Resolution Blue #23367D
Tints of Resolution Blue #23367D
RGB
CMYK
RGB Variations
Color information
#23367D (or 0x23367D) is known color: Resolution Blue. HEX triplet: 23, 36 and 7D. RGB value is (35,54,125). Sum of RGB (Red+Green+Blue) = 35+54+125=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #23367D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23367D is #DCC982. Grayscale: #383838. Windows color (decimal): -14469507 or 8205859. OLE color: 8205859.
HSL color Cylindrical-coordinate representation of color #23367D: hue angle of 227.33º 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 #23367D is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 54 | 125 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.51 |
| HSL | 227.33º | 0.56% | 0.31% | - |
| HSV(B) | 227.33º | 0.72% | 0.49% | - |
| XYZ | 5.71 | 4.48 | 19.96 | - |
| YUV | 56.41 | 166.71 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 54 | 125 | 0.72 | 0.57 | 0 | 0.51 | 227.33 | 0.56 | 0.31 |
| Hex | 23 | 36 | 7D | 48 | 39 | 0 | 33 | E3 | 38 | 1F |
| Octal | 43 | 66 | 175 | 110 | 71 | 0 | 63 | 343 | 70 | 37 |
| Binary | 100011 | 110110 | 1111101 | 1001000 | 111001 | 0 | 110011 | 11100011 | 111000 | 11111 |
Color Harmonies of #23367D
Complementary color
Monochromatic Colors of #23367D
Black with #23367D
Text Example
Text Example
White with #23367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23367D; }
p { color: rgb(35,54,125); }
H1.HeaderClassName
{
color: #23367D;
}
.AnyTagClassName
{
color: #23367D;
}
</style>
background-color css
<style>
a { background-color: #23367D; }
a { background-color: rgb(35,54,125); }
div.DivClassName
{
background-color: #23367D;
}
.BgClassName
{
background-color: #23367D;
}
</style>
border-color css
<style>
span { border-color: #23367D; }
span { border-color: rgb(35,54,125); }
td.TdClassName
{
border-color: #23367D;
}
.TagClassName
{
border-color: #23367D;
}
</style>