Shades of Resolution Blue #23306B
Tints of Resolution Blue #23306B
RGB
CMYK
RGB Variations
Color information
#23306B (or 0x23306B) is known color: Resolution Blue. HEX triplet: 23, 30 and 6B. RGB value is (35,48,107). Sum of RGB (Red+Green+Blue) = 35+48+107=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 107 (42.19% from 255 or 56.32% from 190); Max value from RGB is 107 - color contains mainly: blue. Hex color #23306B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23306B is #DCCF94. Grayscale: #323232. Windows color (decimal): -14471061 or 7024675. OLE color: 7024675.
HSL color Cylindrical-coordinate representation of color #23306B: hue angle of 229.17º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #23306B is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 48 | 107 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.58 |
| HSL | 229.17º | 0.51% | 0.28% | - |
| HSV(B) | 229.17º | 0.67% | 0.42% | - |
| XYZ | 4.4 | 3.53 | 14.36 | - |
| YUV | 50.84 | 159.69 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 107 | 0.67 | 0.55 | 0 | 0.58 | 229.17 | 0.51 | 0.28 |
| Hex | 23 | 30 | 6B | 43 | 37 | 0 | 3A | E5 | 33 | 1C |
| Octal | 43 | 60 | 153 | 103 | 67 | 0 | 72 | 345 | 63 | 34 |
| Binary | 100011 | 110000 | 1101011 | 1000011 | 110111 | 0 | 111010 | 11100101 | 110011 | 11100 |
Color Harmonies of #23306B
Complementary color
Monochromatic Colors of #23306B
Black with #23306B
Text Example
Text Example
White with #23306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23306B; }
p { color: rgb(35,48,107); }
H1.HeaderClassName
{
color: #23306B;
}
.AnyTagClassName
{
color: #23306B;
}
</style>
background-color css
<style>
a { background-color: #23306B; }
a { background-color: rgb(35,48,107); }
div.DivClassName
{
background-color: #23306B;
}
.BgClassName
{
background-color: #23306B;
}
</style>
border-color css
<style>
span { border-color: #23306B; }
span { border-color: rgb(35,48,107); }
td.TdClassName
{
border-color: #23306B;
}
.TagClassName
{
border-color: #23306B;
}
</style>