Shades of Resolution Blue #23356B
Tints of Resolution Blue #23356B
RGB
CMYK
RGB Variations
Color information
#23356B (or 0x23356B) is known color: Resolution Blue. HEX triplet: 23, 35 and 6B. RGB value is (35,53,107). Sum of RGB (Red+Green+Blue) = 35+53+107=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #23356B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23356B is #DCCA94. Grayscale: #353535. Windows color (decimal): -14469781 or 7025955. OLE color: 7025955.
HSL color Cylindrical-coordinate representation of color #23356B: hue angle of 225º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #23356B is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 53 | 107 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.58 |
| HSL | 225º | 0.51% | 0.28% | - |
| HSV(B) | 225º | 0.67% | 0.42% | - |
| XYZ | 4.62 | 3.97 | 14.43 | - |
| YUV | 53.77 | 158.04 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 53 | 107 | 0.67 | 0.50 | 0 | 0.58 | 225 | 0.51 | 0.28 |
| Hex | 23 | 35 | 6B | 43 | 32 | 0 | 3A | E1 | 33 | 1C |
| Octal | 43 | 65 | 153 | 103 | 62 | 0 | 72 | 341 | 63 | 34 |
| Binary | 100011 | 110101 | 1101011 | 1000011 | 110010 | 0 | 111010 | 11100001 | 110011 | 11100 |
Color Harmonies of #23356B
Complementary color
Monochromatic Colors of #23356B
Black with #23356B
Text Example
Text Example
White with #23356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23356B; }
p { color: rgb(35,53,107); }
H1.HeaderClassName
{
color: #23356B;
}
.AnyTagClassName
{
color: #23356B;
}
</style>
background-color css
<style>
a { background-color: #23356B; }
a { background-color: rgb(35,53,107); }
div.DivClassName
{
background-color: #23356B;
}
.BgClassName
{
background-color: #23356B;
}
</style>
border-color css
<style>
span { border-color: #23356B; }
span { border-color: rgb(35,53,107); }
td.TdClassName
{
border-color: #23356B;
}
.TagClassName
{
border-color: #23356B;
}
</style>