Shades of Resolution Blue #25437B
Tints of Resolution Blue #25437B
RGB
CMYK
RGB Variations
Color information
#25437B (or 0x25437B) is known color: Resolution Blue. HEX triplet: 25, 43 and 7B. RGB value is (37,67,123). Sum of RGB (Red+Green+Blue) = 37+67+123=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #25437B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25437B is #DABC84. Grayscale: #404040. Windows color (decimal): -14335109 or 8078117. OLE color: 8078117.
HSL color Cylindrical-coordinate representation of color #25437B: hue angle of 219.07º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25437B is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 67 | 123 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.52 |
| HSL | 219.07º | 0.54% | 0.31% | - |
| HSV(B) | 219.07º | 0.7% | 0.48% | - |
| XYZ | 6.35 | 5.84 | 19.53 | - |
| YUV | 64.41 | 161.06 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 67 | 123 | 0.70 | 0.46 | 0 | 0.52 | 219.07 | 0.54 | 0.31 |
| Hex | 25 | 43 | 7B | 46 | 2E | 0 | 34 | DB | 36 | 1F |
| Octal | 45 | 103 | 173 | 106 | 56 | 0 | 64 | 333 | 66 | 37 |
| Binary | 100101 | 1000011 | 1111011 | 1000110 | 101110 | 0 | 110100 | 11011011 | 110110 | 11111 |
Color Harmonies of #25437B
Complementary color
Monochromatic Colors of #25437B
Black with #25437B
Text Example
Text Example
White with #25437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25437B; }
p { color: rgb(37,67,123); }
H1.HeaderClassName
{
color: #25437B;
}
.AnyTagClassName
{
color: #25437B;
}
</style>
background-color css
<style>
a { background-color: #25437B; }
a { background-color: rgb(37,67,123); }
div.DivClassName
{
background-color: #25437B;
}
.BgClassName
{
background-color: #25437B;
}
</style>
border-color css
<style>
span { border-color: #25437B; }
span { border-color: rgb(37,67,123); }
td.TdClassName
{
border-color: #25437B;
}
.TagClassName
{
border-color: #25437B;
}
</style>