Shades of Resolution Blue #243483
Tints of Resolution Blue #243483
RGB
CMYK
RGB Variations
Color information
#243483 (or 0x243483) is known color: Resolution Blue. HEX triplet: 24, 34 and 83. RGB value is (36,52,131). Sum of RGB (Red+Green+Blue) = 36+52+131=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 131 (51.56% from 255 or 59.82% from 219); Max value from RGB is 131 - color contains mainly: blue. Hex color #243483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243483 is #DBCB7C. Grayscale: #373737. Windows color (decimal): -14404477 or 8598564. OLE color: 8598564.
HSL color Cylindrical-coordinate representation of color #243483: hue angle of 229.89º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #243483 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 52 | 131 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.49 |
| HSL | 229.89º | 0.57% | 0.33% | - |
| HSV(B) | 229.89º | 0.73% | 0.51% | - |
| XYZ | 6.05 | 4.47 | 22.02 | - |
| YUV | 56.22 | 170.2 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 52 | 131 | 0.73 | 0.60 | 0 | 0.49 | 229.89 | 0.57 | 0.33 |
| Hex | 24 | 34 | 83 | 49 | 3C | 0 | 31 | E6 | 39 | 21 |
| Octal | 44 | 64 | 203 | 111 | 74 | 0 | 61 | 346 | 71 | 41 |
| Binary | 100100 | 110100 | 10000011 | 1001001 | 111100 | 0 | 110001 | 11100110 | 111001 | 100001 |
Color Harmonies of #243483
Complementary color
Monochromatic Colors of #243483
Black with #243483
Text Example
Text Example
White with #243483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243483; }
p { color: rgb(36,52,131); }
H1.HeaderClassName
{
color: #243483;
}
.AnyTagClassName
{
color: #243483;
}
</style>
background-color css
<style>
a { background-color: #243483; }
a { background-color: rgb(36,52,131); }
div.DivClassName
{
background-color: #243483;
}
.BgClassName
{
background-color: #243483;
}
</style>
border-color css
<style>
span { border-color: #243483; }
span { border-color: rgb(36,52,131); }
td.TdClassName
{
border-color: #243483;
}
.TagClassName
{
border-color: #243483;
}
</style>