Shades of Resolution Blue #23348E
Tints of Resolution Blue #23348E
RGB
CMYK
RGB Variations
Color information
#23348E (or 0x23348E) is known color: Resolution Blue. HEX triplet: 23, 34 and 8E. RGB value is (35,52,142). Sum of RGB (Red+Green+Blue) = 35+52+142=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 142 (55.86% from 255 or 62.01% from 229); Max value from RGB is 142 - color contains mainly: blue. Hex color #23348E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23348E is #DCCB71. Grayscale: #383838. Windows color (decimal): -14470002 or 9319459. OLE color: 9319459.
HSL color Cylindrical-coordinate representation of color #23348E: hue angle of 230.47º 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 #23348E is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 52 | 142 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.44 |
| HSL | 230.47º | 0.6% | 0.35% | - |
| HSV(B) | 230.47º | 0.75% | 0.56% | - |
| XYZ | 6.8 | 4.77 | 26.15 | - |
| YUV | 57.18 | 175.87 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 142 | 0.75 | 0.63 | 0 | 0.44 | 230.47 | 0.6 | 0.35 |
| Hex | 23 | 34 | 8E | 4B | 3F | 0 | 2C | E6 | 3C | 23 |
| Octal | 43 | 64 | 216 | 113 | 77 | 0 | 54 | 346 | 74 | 43 |
| Binary | 100011 | 110100 | 10001110 | 1001011 | 111111 | 0 | 101100 | 11100110 | 111100 | 100011 |
Color Harmonies of #23348E
Complementary color
Monochromatic Colors of #23348E
Black with #23348E
Text Example
Text Example
White with #23348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23348E; }
p { color: rgb(35,52,142); }
H1.HeaderClassName
{
color: #23348E;
}
.AnyTagClassName
{
color: #23348E;
}
</style>
background-color css
<style>
a { background-color: #23348E; }
a { background-color: rgb(35,52,142); }
div.DivClassName
{
background-color: #23348E;
}
.BgClassName
{
background-color: #23348E;
}
</style>
border-color css
<style>
span { border-color: #23348E; }
span { border-color: rgb(35,52,142); }
td.TdClassName
{
border-color: #23348E;
}
.TagClassName
{
border-color: #23348E;
}
</style>