Shades of Resolution Blue #23307E
Tints of Resolution Blue #23307E
RGB
CMYK
RGB Variations
Color information
#23307E (or 0x23307E) is known color: Resolution Blue. HEX triplet: 23, 30 and 7E. RGB value is (35,48,126). Sum of RGB (Red+Green+Blue) = 35+48+126=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 126 (49.61% from 255 or 60.29% from 209); Max value from RGB is 126 - color contains mainly: blue. Hex color #23307E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23307E is #DCCF81. Grayscale: #343434. Windows color (decimal): -14471042 or 8269859. OLE color: 8269859.
HSL color Cylindrical-coordinate representation of color #23307E: hue angle of 231.43º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23307E is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 48 | 126 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.51 |
| HSL | 231.43º | 0.57% | 0.32% | - |
| HSV(B) | 231.43º | 0.72% | 0.49% | - |
| XYZ | 5.52 | 3.98 | 20.22 | - |
| YUV | 53.01 | 169.19 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 126 | 0.72 | 0.62 | 0 | 0.51 | 231.43 | 0.57 | 0.32 |
| Hex | 23 | 30 | 7E | 48 | 3E | 0 | 33 | E7 | 39 | 20 |
| Octal | 43 | 60 | 176 | 110 | 76 | 0 | 63 | 347 | 71 | 40 |
| Binary | 100011 | 110000 | 1111110 | 1001000 | 111110 | 0 | 110011 | 11100111 | 111001 | 100000 |
Color Harmonies of #23307E
Complementary color
Monochromatic Colors of #23307E
Black with #23307E
Text Example
Text Example
White with #23307E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23307E; }
p { color: rgb(35,48,126); }
H1.HeaderClassName
{
color: #23307E;
}
.AnyTagClassName
{
color: #23307E;
}
</style>
background-color css
<style>
a { background-color: #23307E; }
a { background-color: rgb(35,48,126); }
div.DivClassName
{
background-color: #23307E;
}
.BgClassName
{
background-color: #23307E;
}
</style>
border-color css
<style>
span { border-color: #23307E; }
span { border-color: rgb(35,48,126); }
td.TdClassName
{
border-color: #23307E;
}
.TagClassName
{
border-color: #23307E;
}
</style>