Shades of Resolution Blue #243372
Tints of Resolution Blue #243372
RGB
CMYK
RGB Variations
Color information
#243372 (or 0x243372) is known color: Resolution Blue. HEX triplet: 24, 33 and 72. RGB value is (36,51,114). Sum of RGB (Red+Green+Blue) = 36+51+114=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #243372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243372 is #DBCC8D. Grayscale: #353535. Windows color (decimal): -14404750 or 7484196. OLE color: 7484196.
HSL color Cylindrical-coordinate representation of color #243372: hue angle of 228.46º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #243372 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 51 | 114 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.55 |
| HSL | 228.46º | 0.52% | 0.29% | - |
| HSV(B) | 228.46º | 0.68% | 0.45% | - |
| XYZ | 4.95 | 3.96 | 16.42 | - |
| YUV | 53.7 | 162.03 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 51 | 114 | 0.68 | 0.55 | 0 | 0.55 | 228.46 | 0.52 | 0.29 |
| Hex | 24 | 33 | 72 | 44 | 37 | 0 | 37 | E4 | 34 | 1D |
| Octal | 44 | 63 | 162 | 104 | 67 | 0 | 67 | 344 | 64 | 35 |
| Binary | 100100 | 110011 | 1110010 | 1000100 | 110111 | 0 | 110111 | 11100100 | 110100 | 11101 |
Color Harmonies of #243372
Complementary color
Monochromatic Colors of #243372
Black with #243372
Text Example
Text Example
White with #243372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243372; }
p { color: rgb(36,51,114); }
H1.HeaderClassName
{
color: #243372;
}
.AnyTagClassName
{
color: #243372;
}
</style>
background-color css
<style>
a { background-color: #243372; }
a { background-color: rgb(36,51,114); }
div.DivClassName
{
background-color: #243372;
}
.BgClassName
{
background-color: #243372;
}
</style>
border-color css
<style>
span { border-color: #243372; }
span { border-color: rgb(36,51,114); }
td.TdClassName
{
border-color: #243372;
}
.TagClassName
{
border-color: #243372;
}
</style>