Shades of Resolution Blue #23337F
Tints of Resolution Blue #23337F
RGB
CMYK
RGB Variations
Color information
#23337F (or 0x23337F) is known color: Resolution Blue. HEX triplet: 23, 33 and 7F. RGB value is (35,51,127). Sum of RGB (Red+Green+Blue) = 35+51+127=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #23337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23337F is #DCCC80. Grayscale: #363636. Windows color (decimal): -14470273 or 8336163. OLE color: 8336163.
HSL color Cylindrical-coordinate representation of color #23337F: hue angle of 229.57º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23337F is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 51 | 127 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.50 |
| HSL | 229.57º | 0.57% | 0.32% | - |
| HSV(B) | 229.57º | 0.72% | 0.5% | - |
| XYZ | 5.71 | 4.26 | 20.6 | - |
| YUV | 54.88 | 168.7 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 127 | 0.72 | 0.60 | 0 | 0.50 | 229.57 | 0.57 | 0.32 |
| Hex | 23 | 33 | 7F | 48 | 3C | 0 | 32 | E6 | 39 | 20 |
| Octal | 43 | 63 | 177 | 110 | 74 | 0 | 62 | 346 | 71 | 40 |
| Binary | 100011 | 110011 | 1111111 | 1001000 | 111100 | 0 | 110010 | 11100110 | 111001 | 100000 |
Color Harmonies of #23337F
Complementary color
Monochromatic Colors of #23337F
Black with #23337F
Text Example
Text Example
White with #23337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23337F; }
p { color: rgb(35,51,127); }
H1.HeaderClassName
{
color: #23337F;
}
.AnyTagClassName
{
color: #23337F;
}
</style>
background-color css
<style>
a { background-color: #23337F; }
a { background-color: rgb(35,51,127); }
div.DivClassName
{
background-color: #23337F;
}
.BgClassName
{
background-color: #23337F;
}
</style>
border-color css
<style>
span { border-color: #23337F; }
span { border-color: rgb(35,51,127); }
td.TdClassName
{
border-color: #23337F;
}
.TagClassName
{
border-color: #23337F;
}
</style>