Shades of Resolution Blue #23368B
Tints of Resolution Blue #23368B
RGB
CMYK
RGB Variations
Color information
#23368B (or 0x23368B) is known color: Resolution Blue. HEX triplet: 23, 36 and 8B. RGB value is (35,54,139). Sum of RGB (Red+Green+Blue) = 35+54+139=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #23368B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23368B is #DCC974. Grayscale: #393939. Windows color (decimal): -14469493 or 9123363. OLE color: 9123363.
HSL color Cylindrical-coordinate representation of color #23368B: hue angle of 229.04º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23368B is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 54 | 139 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.45 |
| HSL | 229.04º | 0.6% | 0.34% | - |
| HSV(B) | 229.04º | 0.75% | 0.55% | - |
| XYZ | 6.67 | 4.86 | 25.01 | - |
| YUV | 58.01 | 173.71 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 54 | 139 | 0.75 | 0.61 | 0 | 0.45 | 229.04 | 0.6 | 0.34 |
| Hex | 23 | 36 | 8B | 4B | 3D | 0 | 2D | E5 | 3C | 22 |
| Octal | 43 | 66 | 213 | 113 | 75 | 0 | 55 | 345 | 74 | 42 |
| Binary | 100011 | 110110 | 10001011 | 1001011 | 111101 | 0 | 101101 | 11100101 | 111100 | 100010 |
Color Harmonies of #23368B
Complementary color
Monochromatic Colors of #23368B
Black with #23368B
Text Example
Text Example
White with #23368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23368B; }
p { color: rgb(35,54,139); }
H1.HeaderClassName
{
color: #23368B;
}
.AnyTagClassName
{
color: #23368B;
}
</style>
background-color css
<style>
a { background-color: #23368B; }
a { background-color: rgb(35,54,139); }
div.DivClassName
{
background-color: #23368B;
}
.BgClassName
{
background-color: #23368B;
}
</style>
border-color css
<style>
span { border-color: #23368B; }
span { border-color: rgb(35,54,139); }
td.TdClassName
{
border-color: #23368B;
}
.TagClassName
{
border-color: #23368B;
}
</style>