Shades of Resolution Blue #23388D
Tints of Resolution Blue #23388D
RGB
CMYK
RGB Variations
Color information
#23388D (or 0x23388D) is known color: Resolution Blue. HEX triplet: 23, 38 and 8D. RGB value is (35,56,141). Sum of RGB (Red+Green+Blue) = 35+56+141=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #23388D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23388D is #DCC772. Grayscale: #3B3B3B. Windows color (decimal): -14468979 or 9254947. OLE color: 9254947.
HSL color Cylindrical-coordinate representation of color #23388D: hue angle of 228.11º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23388D is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 56 | 141 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.45 |
| HSL | 228.11º | 0.6% | 0.35% | - |
| HSV(B) | 228.11º | 0.75% | 0.55% | - |
| XYZ | 6.92 | 5.11 | 25.82 | - |
| YUV | 59.41 | 174.04 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 141 | 0.75 | 0.60 | 0 | 0.45 | 228.11 | 0.6 | 0.35 |
| Hex | 23 | 38 | 8D | 4B | 3C | 0 | 2D | E4 | 3C | 23 |
| Octal | 43 | 70 | 215 | 113 | 74 | 0 | 55 | 344 | 74 | 43 |
| Binary | 100011 | 111000 | 10001101 | 1001011 | 111100 | 0 | 101101 | 11100100 | 111100 | 100011 |
Color Harmonies of #23388D
Complementary color
Monochromatic Colors of #23388D
Black with #23388D
Text Example
Text Example
White with #23388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23388D; }
p { color: rgb(35,56,141); }
H1.HeaderClassName
{
color: #23388D;
}
.AnyTagClassName
{
color: #23388D;
}
</style>
background-color css
<style>
a { background-color: #23388D; }
a { background-color: rgb(35,56,141); }
div.DivClassName
{
background-color: #23388D;
}
.BgClassName
{
background-color: #23388D;
}
</style>
border-color css
<style>
span { border-color: #23388D; }
span { border-color: rgb(35,56,141); }
td.TdClassName
{
border-color: #23388D;
}
.TagClassName
{
border-color: #23388D;
}
</style>