Shades of Resolution Blue #27337B
Tints of Resolution Blue #27337B
RGB
CMYK
RGB Variations
Color information
#27337B (or 0x27337B) is known color: Resolution Blue. HEX triplet: 27, 33 and 7B. RGB value is (39,51,123). Sum of RGB (Red+Green+Blue) = 39+51+123=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #27337B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27337B is #D8CC84. Grayscale: #373737. Windows color (decimal): -14208133 or 8074023. OLE color: 8074023.
HSL color Cylindrical-coordinate representation of color #27337B: hue angle of 231.43º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27337B is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 51 | 123 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.52 |
| HSL | 231.43º | 0.52% | 0.32% | - |
| HSV(B) | 231.43º | 0.68% | 0.48% | - |
| XYZ | 5.6 | 4.23 | 19.26 | - |
| YUV | 55.62 | 166.02 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 51 | 123 | 0.68 | 0.59 | 0 | 0.52 | 231.43 | 0.52 | 0.32 |
| Hex | 27 | 33 | 7B | 44 | 3B | 0 | 34 | E7 | 34 | 20 |
| Octal | 47 | 63 | 173 | 104 | 73 | 0 | 64 | 347 | 64 | 40 |
| Binary | 100111 | 110011 | 1111011 | 1000100 | 111011 | 0 | 110100 | 11100111 | 110100 | 100000 |
Color Harmonies of #27337B
Complementary color
Monochromatic Colors of #27337B
Black with #27337B
Text Example
Text Example
White with #27337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27337B; }
p { color: rgb(39,51,123); }
H1.HeaderClassName
{
color: #27337B;
}
.AnyTagClassName
{
color: #27337B;
}
</style>
background-color css
<style>
a { background-color: #27337B; }
a { background-color: rgb(39,51,123); }
div.DivClassName
{
background-color: #27337B;
}
.BgClassName
{
background-color: #27337B;
}
</style>
border-color css
<style>
span { border-color: #27337B; }
span { border-color: rgb(39,51,123); }
td.TdClassName
{
border-color: #27337B;
}
.TagClassName
{
border-color: #27337B;
}
</style>