Shades of Resolution Blue #253A6C
Tints of Resolution Blue #253A6C
RGB
CMYK
RGB Variations
Color information
#253A6C (or 0x253A6C) is known color: Resolution Blue. HEX triplet: 25, 3A and 6C. RGB value is (37,58,108). Sum of RGB (Red+Green+Blue) = 37+58+108=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #253A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A6C is #DAC593. Grayscale: #393939. Windows color (decimal): -14337428 or 7092773. OLE color: 7092773.
HSL color Cylindrical-coordinate representation of color #253A6C: hue angle of 222.25º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #253A6C is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 58 | 108 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.58 |
| HSL | 222.25º | 0.49% | 0.28% | - |
| HSV(B) | 222.25º | 0.66% | 0.42% | - |
| XYZ | 4.98 | 4.5 | 14.79 | - |
| YUV | 57.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 108 | 0.66 | 0.46 | 0 | 0.58 | 222.25 | 0.49 | 0.28 |
| Hex | 25 | 3A | 6C | 42 | 2E | 0 | 3A | DE | 31 | 1C |
| Octal | 45 | 72 | 154 | 102 | 56 | 0 | 72 | 336 | 61 | 34 |
| Binary | 100101 | 111010 | 1101100 | 1000010 | 101110 | 0 | 111010 | 11011110 | 110001 | 11100 |
Color Harmonies of #253A6C
Complementary color
Monochromatic Colors of #253A6C
Black with #253A6C
Text Example
Text Example
White with #253A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253A6C; }
p { color: rgb(37,58,108); }
H1.HeaderClassName
{
color: #253A6C;
}
.AnyTagClassName
{
color: #253A6C;
}
</style>
background-color css
<style>
a { background-color: #253A6C; }
a { background-color: rgb(37,58,108); }
div.DivClassName
{
background-color: #253A6C;
}
.BgClassName
{
background-color: #253A6C;
}
</style>
border-color css
<style>
span { border-color: #253A6C; }
span { border-color: rgb(37,58,108); }
td.TdClassName
{
border-color: #253A6C;
}
.TagClassName
{
border-color: #253A6C;
}
</style>