Shades of Resolution Blue #23306D
Tints of Resolution Blue #23306D
RGB
CMYK
RGB Variations
Color information
#23306D (or 0x23306D) is known color: Resolution Blue. HEX triplet: 23, 30 and 6D. RGB value is (35,48,109). Sum of RGB (Red+Green+Blue) = 35+48+109=192 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.23% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #23306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23306D is #DCCF92. Grayscale: #323232. Windows color (decimal): -14471059 or 7155747. OLE color: 7155747.
HSL color Cylindrical-coordinate representation of color #23306D: hue angle of 229.46º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23306D is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 48 | 109 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.57 |
| HSL | 229.46º | 0.51% | 0.28% | - |
| HSV(B) | 229.46º | 0.68% | 0.43% | - |
| XYZ | 4.51 | 3.58 | 14.92 | - |
| YUV | 51.07 | 160.69 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 109 | 0.68 | 0.56 | 0 | 0.57 | 229.46 | 0.51 | 0.28 |
| Hex | 23 | 30 | 6D | 44 | 38 | 0 | 39 | E5 | 33 | 1C |
| Octal | 43 | 60 | 155 | 104 | 70 | 0 | 71 | 345 | 63 | 34 |
| Binary | 100011 | 110000 | 1101101 | 1000100 | 111000 | 0 | 111001 | 11100101 | 110011 | 11100 |
Color Harmonies of #23306D
Complementary color
Monochromatic Colors of #23306D
Black with #23306D
Text Example
Text Example
White with #23306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23306D; }
p { color: rgb(35,48,109); }
H1.HeaderClassName
{
color: #23306D;
}
.AnyTagClassName
{
color: #23306D;
}
</style>
background-color css
<style>
a { background-color: #23306D; }
a { background-color: rgb(35,48,109); }
div.DivClassName
{
background-color: #23306D;
}
.BgClassName
{
background-color: #23306D;
}
</style>
border-color css
<style>
span { border-color: #23306D; }
span { border-color: rgb(35,48,109); }
td.TdClassName
{
border-color: #23306D;
}
.TagClassName
{
border-color: #23306D;
}
</style>