Shades of Resolution Blue #23387F
Tints of Resolution Blue #23387F
RGB
CMYK
RGB Variations
Color information
#23387F (or 0x23387F) is known color: Resolution Blue. HEX triplet: 23, 38 and 7F. RGB value is (35,56,127). Sum of RGB (Red+Green+Blue) = 35+56+127=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #23387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23387F is #DCC780. Grayscale: #393939. Windows color (decimal): -14468993 or 8337443. OLE color: 8337443.
HSL color Cylindrical-coordinate representation of color #23387F: hue angle of 226.3º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23387F is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 56 | 127 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.50 |
| HSL | 226.3º | 0.57% | 0.32% | - |
| HSV(B) | 226.3º | 0.72% | 0.5% | - |
| XYZ | 5.94 | 4.72 | 20.68 | - |
| YUV | 57.82 | 167.04 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 127 | 0.72 | 0.56 | 0 | 0.50 | 226.3 | 0.57 | 0.32 |
| Hex | 23 | 38 | 7F | 48 | 38 | 0 | 32 | E2 | 39 | 20 |
| Octal | 43 | 70 | 177 | 110 | 70 | 0 | 62 | 342 | 71 | 40 |
| Binary | 100011 | 111000 | 1111111 | 1001000 | 111000 | 0 | 110010 | 11100010 | 111001 | 100000 |
Color Harmonies of #23387F
Complementary color
Monochromatic Colors of #23387F
Black with #23387F
Text Example
Text Example
White with #23387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23387F; }
p { color: rgb(35,56,127); }
H1.HeaderClassName
{
color: #23387F;
}
.AnyTagClassName
{
color: #23387F;
}
</style>
background-color css
<style>
a { background-color: #23387F; }
a { background-color: rgb(35,56,127); }
div.DivClassName
{
background-color: #23387F;
}
.BgClassName
{
background-color: #23387F;
}
</style>
border-color css
<style>
span { border-color: #23387F; }
span { border-color: rgb(35,56,127); }
td.TdClassName
{
border-color: #23387F;
}
.TagClassName
{
border-color: #23387F;
}
</style>