Shades of Resolution Blue #23368E
Tints of Resolution Blue #23368E
RGB
CMYK
RGB Variations
Color information
#23368E (or 0x23368E) is known color: Resolution Blue. HEX triplet: 23, 36 and 8E. RGB value is (35,54,142). Sum of RGB (Red+Green+Blue) = 35+54+142=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 142 (55.86% from 255 or 61.47% from 231); Max value from RGB is 142 - color contains mainly: blue. Hex color #23368E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23368E is #DCC971. Grayscale: #393939. Windows color (decimal): -14469490 or 9319971. OLE color: 9319971.
HSL color Cylindrical-coordinate representation of color #23368E: hue angle of 229.35º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23368E is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 54 | 142 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.44 |
| HSL | 229.35º | 0.6% | 0.35% | - |
| HSV(B) | 229.35º | 0.75% | 0.56% | - |
| XYZ | 6.89 | 4.95 | 26.18 | - |
| YUV | 58.35 | 175.21 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 54 | 142 | 0.75 | 0.62 | 0 | 0.44 | 229.35 | 0.6 | 0.35 |
| Hex | 23 | 36 | 8E | 4B | 3E | 0 | 2C | E5 | 3C | 23 |
| Octal | 43 | 66 | 216 | 113 | 76 | 0 | 54 | 345 | 74 | 43 |
| Binary | 100011 | 110110 | 10001110 | 1001011 | 111110 | 0 | 101100 | 11100101 | 111100 | 100011 |
Color Harmonies of #23368E
Complementary color
Monochromatic Colors of #23368E
Black with #23368E
Text Example
Text Example
White with #23368E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23368E; }
p { color: rgb(35,54,142); }
H1.HeaderClassName
{
color: #23368E;
}
.AnyTagClassName
{
color: #23368E;
}
</style>
background-color css
<style>
a { background-color: #23368E; }
a { background-color: rgb(35,54,142); }
div.DivClassName
{
background-color: #23368E;
}
.BgClassName
{
background-color: #23368E;
}
</style>
border-color css
<style>
span { border-color: #23368E; }
span { border-color: rgb(35,54,142); }
td.TdClassName
{
border-color: #23368E;
}
.TagClassName
{
border-color: #23368E;
}
</style>