Shades of Resolution Blue #23337B
Tints of Resolution Blue #23337B
RGB
CMYK
RGB Variations
Color information
#23337B (or 0x23337B) is known color: Resolution Blue. HEX triplet: 23, 33 and 7B. RGB value is (35,51,123). Sum of RGB (Red+Green+Blue) = 35+51+123=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #23337B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23337B is #DCCC84. Grayscale: #363636. Windows color (decimal): -14470277 or 8074019. OLE color: 8074019.
HSL color Cylindrical-coordinate representation of color #23337B: hue angle of 229.09º 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 #23337B is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 51 | 123 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.52 |
| HSL | 229.09º | 0.56% | 0.31% | - |
| HSV(B) | 229.09º | 0.72% | 0.48% | - |
| XYZ | 5.45 | 4.16 | 19.25 | - |
| YUV | 54.42 | 166.7 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 123 | 0.72 | 0.59 | 0 | 0.52 | 229.09 | 0.56 | 0.31 |
| Hex | 23 | 33 | 7B | 48 | 3B | 0 | 34 | E5 | 38 | 1F |
| Octal | 43 | 63 | 173 | 110 | 73 | 0 | 64 | 345 | 70 | 37 |
| Binary | 100011 | 110011 | 1111011 | 1001000 | 111011 | 0 | 110100 | 11100101 | 111000 | 11111 |
Color Harmonies of #23337B
Complementary color
Monochromatic Colors of #23337B
Black with #23337B
Text Example
Text Example
White with #23337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23337B; }
p { color: rgb(35,51,123); }
H1.HeaderClassName
{
color: #23337B;
}
.AnyTagClassName
{
color: #23337B;
}
</style>
background-color css
<style>
a { background-color: #23337B; }
a { background-color: rgb(35,51,123); }
div.DivClassName
{
background-color: #23337B;
}
.BgClassName
{
background-color: #23337B;
}
</style>
border-color css
<style>
span { border-color: #23337B; }
span { border-color: rgb(35,51,123); }
td.TdClassName
{
border-color: #23337B;
}
.TagClassName
{
border-color: #23337B;
}
</style>