Shades of Resolution Blue #23316F
Tints of Resolution Blue #23316F
RGB
CMYK
RGB Variations
Color information
#23316F (or 0x23316F) is known color: Resolution Blue. HEX triplet: 23, 31 and 6F. RGB value is (35,49,111). Sum of RGB (Red+Green+Blue) = 35+49+111=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 111 (43.75% from 255 or 56.92% from 195); Max value from RGB is 111 - color contains mainly: blue. Hex color #23316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23316F is #DCCE90. Grayscale: #333333. Windows color (decimal): -14470801 or 7287075. OLE color: 7287075.
HSL color Cylindrical-coordinate representation of color #23316F: hue angle of 228.95º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23316F is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 49 | 111 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.56 |
| HSL | 228.95º | 0.52% | 0.29% | - |
| HSV(B) | 228.95º | 0.68% | 0.44% | - |
| XYZ | 4.66 | 3.7 | 15.51 | - |
| YUV | 51.88 | 161.36 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 49 | 111 | 0.68 | 0.56 | 0 | 0.56 | 228.95 | 0.52 | 0.29 |
| Hex | 23 | 31 | 6F | 44 | 38 | 0 | 38 | E5 | 34 | 1D |
| Octal | 43 | 61 | 157 | 104 | 70 | 0 | 70 | 345 | 64 | 35 |
| Binary | 100011 | 110001 | 1101111 | 1000100 | 111000 | 0 | 111000 | 11100101 | 110100 | 11101 |
Color Harmonies of #23316F
Complementary color
Monochromatic Colors of #23316F
Black with #23316F
Text Example
Text Example
White with #23316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23316F; }
p { color: rgb(35,49,111); }
H1.HeaderClassName
{
color: #23316F;
}
.AnyTagClassName
{
color: #23316F;
}
</style>
background-color css
<style>
a { background-color: #23316F; }
a { background-color: rgb(35,49,111); }
div.DivClassName
{
background-color: #23316F;
}
.BgClassName
{
background-color: #23316F;
}
</style>
border-color css
<style>
span { border-color: #23316F; }
span { border-color: rgb(35,49,111); }
td.TdClassName
{
border-color: #23316F;
}
.TagClassName
{
border-color: #23316F;
}
</style>