Shades of Resolution Blue #23407A
Tints of Resolution Blue #23407A
RGB
CMYK
RGB Variations
Color information
#23407A (or 0x23407A) is known color: Resolution Blue. HEX triplet: 23, 40 and 7A. RGB value is (35,64,122). Sum of RGB (Red+Green+Blue) = 35+64+122=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #23407A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23407A is #DCBF85. Grayscale: #3D3D3D. Windows color (decimal): -14466950 or 8011811. OLE color: 8011811.
HSL color Cylindrical-coordinate representation of color #23407A: hue angle of 220º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23407A is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 64 | 122 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.52 |
| HSL | 220º | 0.55% | 0.31% | - |
| HSV(B) | 220º | 0.71% | 0.48% | - |
| XYZ | 6.04 | 5.43 | 19.14 | - |
| YUV | 61.94 | 161.89 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 122 | 0.71 | 0.48 | 0 | 0.52 | 220 | 0.55 | 0.31 |
| Hex | 23 | 40 | 7A | 47 | 30 | 0 | 34 | DC | 37 | 1F |
| Octal | 43 | 100 | 172 | 107 | 60 | 0 | 64 | 334 | 67 | 37 |
| Binary | 100011 | 1000000 | 1111010 | 1000111 | 110000 | 0 | 110100 | 11011100 | 110111 | 11111 |
Color Harmonies of #23407A
Complementary color
Monochromatic Colors of #23407A
Black with #23407A
Text Example
Text Example
White with #23407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23407A; }
p { color: rgb(35,64,122); }
H1.HeaderClassName
{
color: #23407A;
}
.AnyTagClassName
{
color: #23407A;
}
</style>
background-color css
<style>
a { background-color: #23407A; }
a { background-color: rgb(35,64,122); }
div.DivClassName
{
background-color: #23407A;
}
.BgClassName
{
background-color: #23407A;
}
</style>
border-color css
<style>
span { border-color: #23407A; }
span { border-color: rgb(35,64,122); }
td.TdClassName
{
border-color: #23407A;
}
.TagClassName
{
border-color: #23407A;
}
</style>