Shades of Denim #2774BD
Tints of Denim #2774BD
RGB
CMYK
RGB Variations
Color information
#2774BD (or 0x2774BD) is known color: Denim. HEX triplet: 27, 74 and BD. RGB value is (39,116,189). Sum of RGB (Red+Green+Blue) = 39+116+189=344 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.34% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #2774BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2774BD is #D88B42. Grayscale: #646464. Windows color (decimal): -14191427 or 12416039. OLE color: 12416039.
HSL color Cylindrical-coordinate representation of color #2774BD: hue angle of 209.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2774BD is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 116 | 189 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.26 |
| HSL | 209.2º | 0.66% | 0.45% | - |
| HSV(B) | 209.2º | 0.79% | 0.74% | - |
| XYZ | 16.27 | 16.6 | 50.49 | - |
| YUV | 101.3 | 177.49 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 116 | 189 | 0.79 | 0.39 | 0 | 0.26 | 209.2 | 0.66 | 0.45 |
| Hex | 27 | 74 | BD | 4F | 27 | 0 | 1A | D1 | 42 | 2D |
| Octal | 47 | 164 | 275 | 117 | 47 | 0 | 32 | 321 | 102 | 55 |
| Binary | 100111 | 1110100 | 10111101 | 1001111 | 100111 | 0 | 11010 | 11010001 | 1000010 | 101101 |
Color Harmonies of #2774BD
Complementary color
Monochromatic Colors of #2774BD
Black with #2774BD
Text Example
Text Example
White with #2774BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2774BD; }
p { color: rgb(39,116,189); }
H1.HeaderClassName
{
color: #2774BD;
}
.AnyTagClassName
{
color: #2774BD;
}
</style>
background-color css
<style>
a { background-color: #2774BD; }
a { background-color: rgb(39,116,189); }
div.DivClassName
{
background-color: #2774BD;
}
.BgClassName
{
background-color: #2774BD;
}
</style>
border-color css
<style>
span { border-color: #2774BD; }
span { border-color: rgb(39,116,189); }
td.TdClassName
{
border-color: #2774BD;
}
.TagClassName
{
border-color: #2774BD;
}
</style>