Shades of Fun Blue #274A83
Tints of Fun Blue #274A83
RGB
CMYK
RGB Variations
Color information
#274A83 (or 0x274A83) is known color: Fun Blue. HEX triplet: 27, 4A and 83. RGB value is (39,74,131). Sum of RGB (Red+Green+Blue) = 39+74+131=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 131 (51.56% from 255 or 53.69% from 244); Max value from RGB is 131 - color contains mainly: blue. Hex color #274A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274A83 is #D8B57C. Grayscale: #454545. Windows color (decimal): -14202237 or 8604199. OLE color: 8604199.
HSL color Cylindrical-coordinate representation of color #274A83: hue angle of 217.17º 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 #274A83 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 74 | 131 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.49 |
| HSL | 217.17º | 0.54% | 0.33% | - |
| HSV(B) | 217.17º | 0.7% | 0.51% | - |
| XYZ | 7.38 | 6.97 | 22.43 | - |
| YUV | 70.03 | 162.4 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 131 | 0.70 | 0.44 | 0 | 0.49 | 217.17 | 0.54 | 0.33 |
| Hex | 27 | 4A | 83 | 46 | 2C | 0 | 31 | D9 | 36 | 21 |
| Octal | 47 | 112 | 203 | 106 | 54 | 0 | 61 | 331 | 66 | 41 |
| Binary | 100111 | 1001010 | 10000011 | 1000110 | 101100 | 0 | 110001 | 11011001 | 110110 | 100001 |
Color Harmonies of #274A83
Complementary color
Monochromatic Colors of #274A83
Black with #274A83
Text Example
Text Example
White with #274A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274A83; }
p { color: rgb(39,74,131); }
H1.HeaderClassName
{
color: #274A83;
}
.AnyTagClassName
{
color: #274A83;
}
</style>
background-color css
<style>
a { background-color: #274A83; }
a { background-color: rgb(39,74,131); }
div.DivClassName
{
background-color: #274A83;
}
.BgClassName
{
background-color: #274A83;
}
</style>
border-color css
<style>
span { border-color: #274A83; }
span { border-color: rgb(39,74,131); }
td.TdClassName
{
border-color: #274A83;
}
.TagClassName
{
border-color: #274A83;
}
</style>