Shades of Resolution Blue #23337D
Tints of Resolution Blue #23337D
RGB
CMYK
RGB Variations
Color information
#23337D (or 0x23337D) is known color: Resolution Blue. HEX triplet: 23, 33 and 7D. RGB value is (35,51,125). Sum of RGB (Red+Green+Blue) = 35+51+125=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #23337D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23337D is #DCCC82. Grayscale: #363636. Windows color (decimal): -14470275 or 8205091. OLE color: 8205091.
HSL color Cylindrical-coordinate representation of color #23337D: hue angle of 229.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 #23337D is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 51 | 125 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.51 |
| HSL | 229.33º | 0.56% | 0.31% | - |
| HSV(B) | 229.33º | 0.72% | 0.49% | - |
| XYZ | 5.58 | 4.21 | 19.92 | - |
| YUV | 54.65 | 167.7 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 125 | 0.72 | 0.59 | 0 | 0.51 | 229.33 | 0.56 | 0.31 |
| Hex | 23 | 33 | 7D | 48 | 3B | 0 | 33 | E5 | 38 | 1F |
| Octal | 43 | 63 | 175 | 110 | 73 | 0 | 63 | 345 | 70 | 37 |
| Binary | 100011 | 110011 | 1111101 | 1001000 | 111011 | 0 | 110011 | 11100101 | 111000 | 11111 |
Color Harmonies of #23337D
Complementary color
Monochromatic Colors of #23337D
Black with #23337D
Text Example
Text Example
White with #23337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23337D; }
p { color: rgb(35,51,125); }
H1.HeaderClassName
{
color: #23337D;
}
.AnyTagClassName
{
color: #23337D;
}
</style>
background-color css
<style>
a { background-color: #23337D; }
a { background-color: rgb(35,51,125); }
div.DivClassName
{
background-color: #23337D;
}
.BgClassName
{
background-color: #23337D;
}
</style>
border-color css
<style>
span { border-color: #23337D; }
span { border-color: rgb(35,51,125); }
td.TdClassName
{
border-color: #23337D;
}
.TagClassName
{
border-color: #23337D;
}
</style>