Shades of Resolution Blue #23407B
Tints of Resolution Blue #23407B
RGB
CMYK
RGB Variations
Color information
#23407B (or 0x23407B) is known color: Resolution Blue. HEX triplet: 23, 40 and 7B. RGB value is (35,64,123). Sum of RGB (Red+Green+Blue) = 35+64+123=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #23407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23407B is #DCBF84. Grayscale: #3D3D3D. Windows color (decimal): -14466949 or 8077347. OLE color: 8077347.
HSL color Cylindrical-coordinate representation of color #23407B: hue angle of 220.23º 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 #23407B is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 64 | 123 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.52 |
| HSL | 220.23º | 0.56% | 0.31% | - |
| HSV(B) | 220.23º | 0.72% | 0.48% | - |
| XYZ | 6.1 | 5.45 | 19.47 | - |
| YUV | 62.06 | 162.39 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 123 | 0.72 | 0.48 | 0 | 0.52 | 220.23 | 0.56 | 0.31 |
| Hex | 23 | 40 | 7B | 48 | 30 | 0 | 34 | DC | 38 | 1F |
| Octal | 43 | 100 | 173 | 110 | 60 | 0 | 64 | 334 | 70 | 37 |
| Binary | 100011 | 1000000 | 1111011 | 1001000 | 110000 | 0 | 110100 | 11011100 | 111000 | 11111 |
Color Harmonies of #23407B
Complementary color
Monochromatic Colors of #23407B
Black with #23407B
Text Example
Text Example
White with #23407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23407B; }
p { color: rgb(35,64,123); }
H1.HeaderClassName
{
color: #23407B;
}
.AnyTagClassName
{
color: #23407B;
}
</style>
background-color css
<style>
a { background-color: #23407B; }
a { background-color: rgb(35,64,123); }
div.DivClassName
{
background-color: #23407B;
}
.BgClassName
{
background-color: #23407B;
}
</style>
border-color css
<style>
span { border-color: #23407B; }
span { border-color: rgb(35,64,123); }
td.TdClassName
{
border-color: #23407B;
}
.TagClassName
{
border-color: #23407B;
}
</style>