Shades of Resolution Blue #23387C
Tints of Resolution Blue #23387C
RGB
CMYK
RGB Variations
Color information
#23387C (or 0x23387C) is known color: Resolution Blue. HEX triplet: 23, 38 and 7C. RGB value is (35,56,124). Sum of RGB (Red+Green+Blue) = 35+56+124=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #23387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23387C is #DCC783. Grayscale: #393939. Windows color (decimal): -14468996 or 8140835. OLE color: 8140835.
HSL color Cylindrical-coordinate representation of color #23387C: hue angle of 225.84º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23387C is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 56 | 124 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.51 |
| HSL | 225.84º | 0.56% | 0.31% | - |
| HSV(B) | 225.84º | 0.72% | 0.49% | - |
| XYZ | 5.75 | 4.64 | 19.66 | - |
| YUV | 57.47 | 165.54 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 124 | 0.72 | 0.55 | 0 | 0.51 | 225.84 | 0.56 | 0.31 |
| Hex | 23 | 38 | 7C | 48 | 37 | 0 | 33 | E2 | 38 | 1F |
| Octal | 43 | 70 | 174 | 110 | 67 | 0 | 63 | 342 | 70 | 37 |
| Binary | 100011 | 111000 | 1111100 | 1001000 | 110111 | 0 | 110011 | 11100010 | 111000 | 11111 |
Color Harmonies of #23387C
Complementary color
Monochromatic Colors of #23387C
Black with #23387C
Text Example
Text Example
White with #23387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23387C; }
p { color: rgb(35,56,124); }
H1.HeaderClassName
{
color: #23387C;
}
.AnyTagClassName
{
color: #23387C;
}
</style>
background-color css
<style>
a { background-color: #23387C; }
a { background-color: rgb(35,56,124); }
div.DivClassName
{
background-color: #23387C;
}
.BgClassName
{
background-color: #23387C;
}
</style>
border-color css
<style>
span { border-color: #23387C; }
span { border-color: rgb(35,56,124); }
td.TdClassName
{
border-color: #23387C;
}
.TagClassName
{
border-color: #23387C;
}
</style>