Shades of Fun Blue #274674
Tints of Fun Blue #274674
RGB
CMYK
RGB Variations
Color information
#274674 (or 0x274674) is known color: Fun Blue. HEX triplet: 27, 46 and 74. RGB value is (39,70,116). Sum of RGB (Red+Green+Blue) = 39+70+116=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #274674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274674 is #D8B98B. Grayscale: #414141. Windows color (decimal): -14203276 or 7620135. OLE color: 7620135.
HSL color Cylindrical-coordinate representation of color #274674: hue angle of 215.84º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #274674 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 70 | 116 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.55 |
| HSL | 215.84º | 0.5% | 0.3% | - |
| HSV(B) | 215.84º | 0.66% | 0.45% | - |
| XYZ | 6.18 | 6.07 | 17.37 | - |
| YUV | 65.98 | 156.23 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 70 | 116 | 0.66 | 0.40 | 0 | 0.55 | 215.84 | 0.5 | 0.3 |
| Hex | 27 | 46 | 74 | 42 | 28 | 0 | 37 | D8 | 32 | 1E |
| Octal | 47 | 106 | 164 | 102 | 50 | 0 | 67 | 330 | 62 | 36 |
| Binary | 100111 | 1000110 | 1110100 | 1000010 | 101000 | 0 | 110111 | 11011000 | 110010 | 11110 |
Color Harmonies of #274674
Complementary color
Monochromatic Colors of #274674
Black with #274674
Text Example
Text Example
White with #274674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274674; }
p { color: rgb(39,70,116); }
H1.HeaderClassName
{
color: #274674;
}
.AnyTagClassName
{
color: #274674;
}
</style>
background-color css
<style>
a { background-color: #274674; }
a { background-color: rgb(39,70,116); }
div.DivClassName
{
background-color: #274674;
}
.BgClassName
{
background-color: #274674;
}
</style>
border-color css
<style>
span { border-color: #274674; }
span { border-color: rgb(39,70,116); }
td.TdClassName
{
border-color: #274674;
}
.TagClassName
{
border-color: #274674;
}
</style>