Shades of Fun Blue #274986
Tints of Fun Blue #274986
RGB
CMYK
RGB Variations
Color information
#274986 (or 0x274986) is known color: Fun Blue. HEX triplet: 27, 49 and 86. RGB value is (39,73,134). Sum of RGB (Red+Green+Blue) = 39+73+134=246 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.85% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 134 (52.73% from 255 or 54.47% from 246); Max value from RGB is 134 - color contains mainly: blue. Hex color #274986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274986 is #D8B679. Grayscale: #454545. Windows color (decimal): -14202490 or 8800551. OLE color: 8800551.
HSL color Cylindrical-coordinate representation of color #274986: hue angle of 218.53º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #274986 is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 39 | 73 | 134 | - |
| CMYK | 0.71 | 0.46 | 0 | 0.47 |
| HSL | 218.53º | 0.55% | 0.34% | - |
| HSV(B) | 218.53º | 0.71% | 0.53% | - |
| XYZ | 7.52 | 6.92 | 23.49 | - |
| YUV | 69.79 | 164.24 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 73 | 134 | 0.71 | 0.46 | 0 | 0.47 | 218.53 | 0.55 | 0.34 |
| Hex | 27 | 49 | 86 | 47 | 2E | 0 | 2F | DB | 37 | 22 |
| Octal | 47 | 111 | 206 | 107 | 56 | 0 | 57 | 333 | 67 | 42 |
| Binary | 100111 | 1001001 | 10000110 | 1000111 | 101110 | 0 | 101111 | 11011011 | 110111 | 100010 |
Color Harmonies of #274986
Complementary color
Monochromatic Colors of #274986
Black with #274986
Text Example
Text Example
White with #274986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274986; }
p { color: rgb(39,73,134); }
H1.HeaderClassName
{
color: #274986;
}
.AnyTagClassName
{
color: #274986;
}
</style>
background-color css
<style>
a { background-color: #274986; }
a { background-color: rgb(39,73,134); }
div.DivClassName
{
background-color: #274986;
}
.BgClassName
{
background-color: #274986;
}
</style>
border-color css
<style>
span { border-color: #274986; }
span { border-color: rgb(39,73,134); }
td.TdClassName
{
border-color: #274986;
}
.TagClassName
{
border-color: #274986;
}
</style>