Shades of Resolution Blue #25338C
Tints of Resolution Blue #25338C
RGB
CMYK
RGB Variations
Color information
#25338C (or 0x25338C) is known color: Resolution Blue. HEX triplet: 25, 33 and 8C. RGB value is (37,51,140). Sum of RGB (Red+Green+Blue) = 37+51+140=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 140 (55.08% from 255 or 61.40% from 228); Max value from RGB is 140 - color contains mainly: blue. Hex color #25338C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25338C is #DACC73. Grayscale: #383838. Windows color (decimal): -14339188 or 9188133. OLE color: 9188133.
HSL color Cylindrical-coordinate representation of color #25338C: hue angle of 231.84º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25338C is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 51 | 140 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.45 |
| HSL | 231.84º | 0.58% | 0.35% | - |
| HSV(B) | 231.84º | 0.74% | 0.55% | - |
| XYZ | 6.68 | 4.65 | 25.36 | - |
| YUV | 56.96 | 174.86 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 51 | 140 | 0.74 | 0.64 | 0 | 0.45 | 231.84 | 0.58 | 0.35 |
| Hex | 25 | 33 | 8C | 4A | 40 | 0 | 2D | E8 | 3A | 23 |
| Octal | 45 | 63 | 214 | 112 | 100 | 0 | 55 | 350 | 72 | 43 |
| Binary | 100101 | 110011 | 10001100 | 1001010 | 1000000 | 0 | 101101 | 11101000 | 111010 | 100011 |
Color Harmonies of #25338C
Complementary color
Monochromatic Colors of #25338C
Black with #25338C
Text Example
Text Example
White with #25338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25338C; }
p { color: rgb(37,51,140); }
H1.HeaderClassName
{
color: #25338C;
}
.AnyTagClassName
{
color: #25338C;
}
</style>
background-color css
<style>
a { background-color: #25338C; }
a { background-color: rgb(37,51,140); }
div.DivClassName
{
background-color: #25338C;
}
.BgClassName
{
background-color: #25338C;
}
</style>
border-color css
<style>
span { border-color: #25338C; }
span { border-color: rgb(37,51,140); }
td.TdClassName
{
border-color: #25338C;
}
.TagClassName
{
border-color: #25338C;
}
</style>