Shades of Resolution Blue #23387B
Tints of Resolution Blue #23387B
RGB
CMYK
RGB Variations
Color information
#23387B (or 0x23387B) is known color: Resolution Blue. HEX triplet: 23, 38 and 7B. RGB value is (35,56,123). Sum of RGB (Red+Green+Blue) = 35+56+123=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #23387B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23387B is #DCC784. Grayscale: #393939. Windows color (decimal): -14468997 or 8075299. OLE color: 8075299.
HSL color Cylindrical-coordinate representation of color #23387B: hue angle of 225.68º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23387B is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 56 | 123 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.52 |
| HSL | 225.68º | 0.56% | 0.31% | - |
| HSV(B) | 225.68º | 0.72% | 0.48% | - |
| XYZ | 5.68 | 4.62 | 19.33 | - |
| YUV | 57.36 | 165.04 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 123 | 0.72 | 0.54 | 0 | 0.52 | 225.68 | 0.56 | 0.31 |
| Hex | 23 | 38 | 7B | 48 | 36 | 0 | 34 | E2 | 38 | 1F |
| Octal | 43 | 70 | 173 | 110 | 66 | 0 | 64 | 342 | 70 | 37 |
| Binary | 100011 | 111000 | 1111011 | 1001000 | 110110 | 0 | 110100 | 11100010 | 111000 | 11111 |
Color Harmonies of #23387B
Complementary color
Monochromatic Colors of #23387B
Black with #23387B
Text Example
Text Example
White with #23387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23387B; }
p { color: rgb(35,56,123); }
H1.HeaderClassName
{
color: #23387B;
}
.AnyTagClassName
{
color: #23387B;
}
</style>
background-color css
<style>
a { background-color: #23387B; }
a { background-color: rgb(35,56,123); }
div.DivClassName
{
background-color: #23387B;
}
.BgClassName
{
background-color: #23387B;
}
</style>
border-color css
<style>
span { border-color: #23387B; }
span { border-color: rgb(35,56,123); }
td.TdClassName
{
border-color: #23387B;
}
.TagClassName
{
border-color: #23387B;
}
</style>