Shades of Resolution Blue #23327C
Tints of Resolution Blue #23327C
RGB
CMYK
RGB Variations
Color information
#23327C (or 0x23327C) is known color: Resolution Blue. HEX triplet: 23, 32 and 7C. RGB value is (35,50,124). Sum of RGB (Red+Green+Blue) = 35+50+124=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #23327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23327C is #DCCD83. Grayscale: #353535. Windows color (decimal): -14470532 or 8139299. OLE color: 8139299.
HSL color Cylindrical-coordinate representation of color #23327C: hue angle of 229.89º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23327C is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 50 | 124 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.51 |
| HSL | 229.89º | 0.56% | 0.31% | - |
| HSV(B) | 229.89º | 0.72% | 0.49% | - |
| XYZ | 5.47 | 4.09 | 19.57 | - |
| YUV | 53.95 | 167.53 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 124 | 0.72 | 0.60 | 0 | 0.51 | 229.89 | 0.56 | 0.31 |
| Hex | 23 | 32 | 7C | 48 | 3C | 0 | 33 | E6 | 38 | 1F |
| Octal | 43 | 62 | 174 | 110 | 74 | 0 | 63 | 346 | 70 | 37 |
| Binary | 100011 | 110010 | 1111100 | 1001000 | 111100 | 0 | 110011 | 11100110 | 111000 | 11111 |
Color Harmonies of #23327C
Complementary color
Monochromatic Colors of #23327C
Black with #23327C
Text Example
Text Example
White with #23327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23327C; }
p { color: rgb(35,50,124); }
H1.HeaderClassName
{
color: #23327C;
}
.AnyTagClassName
{
color: #23327C;
}
</style>
background-color css
<style>
a { background-color: #23327C; }
a { background-color: rgb(35,50,124); }
div.DivClassName
{
background-color: #23327C;
}
.BgClassName
{
background-color: #23327C;
}
</style>
border-color css
<style>
span { border-color: #23327C; }
span { border-color: rgb(35,50,124); }
td.TdClassName
{
border-color: #23327C;
}
.TagClassName
{
border-color: #23327C;
}
</style>