Shades of Resolution Blue #27436F
Tints of Resolution Blue #27436F
RGB
CMYK
RGB Variations
Color information
#27436F (or 0x27436F) is known color: Resolution Blue. HEX triplet: 27, 43 and 6F. RGB value is (39,67,111). Sum of RGB (Red+Green+Blue) = 39+67+111=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #27436F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27436F is #D8BC90. Grayscale: #3F3F3F. Windows color (decimal): -14204049 or 7291687. OLE color: 7291687.
HSL color Cylindrical-coordinate representation of color #27436F: hue angle of 216.67º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27436F is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 67 | 111 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.56 |
| HSL | 216.67º | 0.48% | 0.29% | - |
| HSV(B) | 216.67º | 0.65% | 0.44% | - |
| XYZ | 5.71 | 5.59 | 15.82 | - |
| YUV | 63.64 | 154.72 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 67 | 111 | 0.65 | 0.40 | 0 | 0.56 | 216.67 | 0.48 | 0.29 |
| Hex | 27 | 43 | 6F | 41 | 28 | 0 | 38 | D9 | 30 | 1D |
| Octal | 47 | 103 | 157 | 101 | 50 | 0 | 70 | 331 | 60 | 35 |
| Binary | 100111 | 1000011 | 1101111 | 1000001 | 101000 | 0 | 111000 | 11011001 | 110000 | 11101 |
Color Harmonies of #27436F
Complementary color
Monochromatic Colors of #27436F
Black with #27436F
Text Example
Text Example
White with #27436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27436F; }
p { color: rgb(39,67,111); }
H1.HeaderClassName
{
color: #27436F;
}
.AnyTagClassName
{
color: #27436F;
}
</style>
background-color css
<style>
a { background-color: #27436F; }
a { background-color: rgb(39,67,111); }
div.DivClassName
{
background-color: #27436F;
}
.BgClassName
{
background-color: #27436F;
}
</style>
border-color css
<style>
span { border-color: #27436F; }
span { border-color: rgb(39,67,111); }
td.TdClassName
{
border-color: #27436F;
}
.TagClassName
{
border-color: #27436F;
}
</style>