Shades of Resolution Blue #23397D
Tints of Resolution Blue #23397D
RGB
CMYK
RGB Variations
Color information
#23397D (or 0x23397D) is known color: Resolution Blue. HEX triplet: 23, 39 and 7D. RGB value is (35,57,125). Sum of RGB (Red+Green+Blue) = 35+57+125=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #23397D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23397D is #DCC682. Grayscale: #393939. Windows color (decimal): -14468739 or 8206627. OLE color: 8206627.
HSL color Cylindrical-coordinate representation of color #23397D: hue angle of 225.33º 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 #23397D is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 57 | 125 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.51 |
| HSL | 225.33º | 0.56% | 0.31% | - |
| HSV(B) | 225.33º | 0.72% | 0.49% | - |
| XYZ | 5.86 | 4.76 | 20.01 | - |
| YUV | 58.17 | 165.71 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 57 | 125 | 0.72 | 0.54 | 0 | 0.51 | 225.33 | 0.56 | 0.31 |
| Hex | 23 | 39 | 7D | 48 | 36 | 0 | 33 | E1 | 38 | 1F |
| Octal | 43 | 71 | 175 | 110 | 66 | 0 | 63 | 341 | 70 | 37 |
| Binary | 100011 | 111001 | 1111101 | 1001000 | 110110 | 0 | 110011 | 11100001 | 111000 | 11111 |
Color Harmonies of #23397D
Complementary color
Monochromatic Colors of #23397D
Black with #23397D
Text Example
Text Example
White with #23397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23397D; }
p { color: rgb(35,57,125); }
H1.HeaderClassName
{
color: #23397D;
}
.AnyTagClassName
{
color: #23397D;
}
</style>
background-color css
<style>
a { background-color: #23397D; }
a { background-color: rgb(35,57,125); }
div.DivClassName
{
background-color: #23397D;
}
.BgClassName
{
background-color: #23397D;
}
</style>
border-color css
<style>
span { border-color: #23397D; }
span { border-color: rgb(35,57,125); }
td.TdClassName
{
border-color: #23397D;
}
.TagClassName
{
border-color: #23397D;
}
</style>