Shades of Resolution Blue #23358C
Tints of Resolution Blue #23358C
RGB
CMYK
RGB Variations
Color information
#23358C (or 0x23358C) is known color: Resolution Blue. HEX triplet: 23, 35 and 8C. RGB value is (35,53,140). Sum of RGB (Red+Green+Blue) = 35+53+140=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 140 (55.08% from 255 or 61.40% from 228); Max value from RGB is 140 - color contains mainly: blue. Hex color #23358C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23358C is #DCCA73. Grayscale: #393939. Windows color (decimal): -14469748 or 9188643. OLE color: 9188643.
HSL color Cylindrical-coordinate representation of color #23358C: hue angle of 229.71º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23358C is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 53 | 140 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.45 |
| HSL | 229.71º | 0.6% | 0.34% | - |
| HSV(B) | 229.71º | 0.75% | 0.55% | - |
| XYZ | 6.7 | 4.8 | 25.38 | - |
| YUV | 57.54 | 174.54 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 53 | 140 | 0.75 | 0.62 | 0 | 0.45 | 229.71 | 0.6 | 0.34 |
| Hex | 23 | 35 | 8C | 4B | 3E | 0 | 2D | E6 | 3C | 22 |
| Octal | 43 | 65 | 214 | 113 | 76 | 0 | 55 | 346 | 74 | 42 |
| Binary | 100011 | 110101 | 10001100 | 1001011 | 111110 | 0 | 101101 | 11100110 | 111100 | 100010 |
Color Harmonies of #23358C
Complementary color
Monochromatic Colors of #23358C
Black with #23358C
Text Example
Text Example
White with #23358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23358C; }
p { color: rgb(35,53,140); }
H1.HeaderClassName
{
color: #23358C;
}
.AnyTagClassName
{
color: #23358C;
}
</style>
background-color css
<style>
a { background-color: #23358C; }
a { background-color: rgb(35,53,140); }
div.DivClassName
{
background-color: #23358C;
}
.BgClassName
{
background-color: #23358C;
}
</style>
border-color css
<style>
span { border-color: #23358C; }
span { border-color: rgb(35,53,140); }
td.TdClassName
{
border-color: #23358C;
}
.TagClassName
{
border-color: #23358C;
}
</style>