Shades of Resolution Blue #253384
Tints of Resolution Blue #253384
RGB
CMYK
RGB Variations
Color information
#253384 (or 0x253384) is known color: Resolution Blue. HEX triplet: 25, 33 and 84. RGB value is (37,51,132). Sum of RGB (Red+Green+Blue) = 37+51+132=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #253384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253384 is #DACC7B. Grayscale: #373737. Windows color (decimal): -14339196 or 8663845. OLE color: 8663845.
HSL color Cylindrical-coordinate representation of color #253384: hue angle of 231.16º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #253384 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 51 | 132 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.48 |
| HSL | 231.16º | 0.56% | 0.33% | - |
| HSV(B) | 231.16º | 0.72% | 0.52% | - |
| XYZ | 6.11 | 4.43 | 22.36 | - |
| YUV | 56.05 | 170.86 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 51 | 132 | 0.72 | 0.61 | 0 | 0.48 | 231.16 | 0.56 | 0.33 |
| Hex | 25 | 33 | 84 | 48 | 3D | 0 | 30 | E7 | 38 | 21 |
| Octal | 45 | 63 | 204 | 110 | 75 | 0 | 60 | 347 | 70 | 41 |
| Binary | 100101 | 110011 | 10000100 | 1001000 | 111101 | 0 | 110000 | 11100111 | 111000 | 100001 |
Color Harmonies of #253384
Complementary color
Monochromatic Colors of #253384
Black with #253384
Text Example
Text Example
White with #253384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253384; }
p { color: rgb(37,51,132); }
H1.HeaderClassName
{
color: #253384;
}
.AnyTagClassName
{
color: #253384;
}
</style>
background-color css
<style>
a { background-color: #253384; }
a { background-color: rgb(37,51,132); }
div.DivClassName
{
background-color: #253384;
}
.BgClassName
{
background-color: #253384;
}
</style>
border-color css
<style>
span { border-color: #253384; }
span { border-color: rgb(37,51,132); }
td.TdClassName
{
border-color: #253384;
}
.TagClassName
{
border-color: #253384;
}
</style>