Shades of Fun Blue #274D83
Tints of Fun Blue #274D83
RGB
CMYK
RGB Variations
Color information
#274D83 (or 0x274D83) is known color: Fun Blue. HEX triplet: 27, 4D and 83. RGB value is (39,77,131). Sum of RGB (Red+Green+Blue) = 39+77+131=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #274D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274D83 is #D8B27C. Grayscale: #474747. Windows color (decimal): -14201469 or 8604967. OLE color: 8604967.
HSL color Cylindrical-coordinate representation of color #274D83: hue angle of 215.22º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #274D83 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 77 | 131 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.49 |
| HSL | 215.22º | 0.54% | 0.33% | - |
| HSV(B) | 215.22º | 0.7% | 0.51% | - |
| XYZ | 7.59 | 7.38 | 22.5 | - |
| YUV | 71.79 | 161.41 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 131 | 0.70 | 0.41 | 0 | 0.49 | 215.22 | 0.54 | 0.33 |
| Hex | 27 | 4D | 83 | 46 | 29 | 0 | 31 | D7 | 36 | 21 |
| Octal | 47 | 115 | 203 | 106 | 51 | 0 | 61 | 327 | 66 | 41 |
| Binary | 100111 | 1001101 | 10000011 | 1000110 | 101001 | 0 | 110001 | 11010111 | 110110 | 100001 |
Color Harmonies of #274D83
Complementary color
Monochromatic Colors of #274D83
Black with #274D83
Text Example
Text Example
White with #274D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274D83; }
p { color: rgb(39,77,131); }
H1.HeaderClassName
{
color: #274D83;
}
.AnyTagClassName
{
color: #274D83;
}
</style>
background-color css
<style>
a { background-color: #274D83; }
a { background-color: rgb(39,77,131); }
div.DivClassName
{
background-color: #274D83;
}
.BgClassName
{
background-color: #274D83;
}
</style>
border-color css
<style>
span { border-color: #274D83; }
span { border-color: rgb(39,77,131); }
td.TdClassName
{
border-color: #274D83;
}
.TagClassName
{
border-color: #274D83;
}
</style>