Shades of Resolution Blue #23417C
Tints of Resolution Blue #23417C
RGB
CMYK
RGB Variations
Color information
#23417C (or 0x23417C) is known color: Resolution Blue. HEX triplet: 23, 41 and 7C. RGB value is (35,65,124). Sum of RGB (Red+Green+Blue) = 35+65+124=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #23417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23417C is #DCBE83. Grayscale: #3E3E3E. Windows color (decimal): -14466692 or 8143139. OLE color: 8143139.
HSL color Cylindrical-coordinate representation of color #23417C: hue angle of 219.78º 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 #23417C is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 65 | 124 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.51 |
| HSL | 219.78º | 0.56% | 0.31% | - |
| HSV(B) | 219.78º | 0.72% | 0.49% | - |
| XYZ | 6.22 | 5.59 | 19.82 | - |
| YUV | 62.76 | 162.56 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 124 | 0.72 | 0.48 | 0 | 0.51 | 219.78 | 0.56 | 0.31 |
| Hex | 23 | 41 | 7C | 48 | 30 | 0 | 33 | DC | 38 | 1F |
| Octal | 43 | 101 | 174 | 110 | 60 | 0 | 63 | 334 | 70 | 37 |
| Binary | 100011 | 1000001 | 1111100 | 1001000 | 110000 | 0 | 110011 | 11011100 | 111000 | 11111 |
Color Harmonies of #23417C
Complementary color
Monochromatic Colors of #23417C
Black with #23417C
Text Example
Text Example
White with #23417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23417C; }
p { color: rgb(35,65,124); }
H1.HeaderClassName
{
color: #23417C;
}
.AnyTagClassName
{
color: #23417C;
}
</style>
background-color css
<style>
a { background-color: #23417C; }
a { background-color: rgb(35,65,124); }
div.DivClassName
{
background-color: #23417C;
}
.BgClassName
{
background-color: #23417C;
}
</style>
border-color css
<style>
span { border-color: #23417C; }
span { border-color: rgb(35,65,124); }
td.TdClassName
{
border-color: #23417C;
}
.TagClassName
{
border-color: #23417C;
}
</style>