Shades of Fun Blue #274C85
Tints of Fun Blue #274C85
RGB
CMYK
RGB Variations
Color information
#274C85 (or 0x274C85) is known color: Fun Blue. HEX triplet: 27, 4C and 85. RGB value is (39,76,133). Sum of RGB (Red+Green+Blue) = 39+76+133=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #274C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274C85 is #D8B37A. Grayscale: #474747. Windows color (decimal): -14201723 or 8735783. OLE color: 8735783.
HSL color Cylindrical-coordinate representation of color #274C85: hue angle of 216.38º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #274C85 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 76 | 133 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.48 |
| HSL | 216.38º | 0.55% | 0.34% | - |
| HSV(B) | 216.38º | 0.71% | 0.52% | - |
| XYZ | 7.65 | 7.29 | 23.19 | - |
| YUV | 71.44 | 162.74 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 133 | 0.71 | 0.43 | 0 | 0.48 | 216.38 | 0.55 | 0.34 |
| Hex | 27 | 4C | 85 | 47 | 2B | 0 | 30 | D8 | 37 | 22 |
| Octal | 47 | 114 | 205 | 107 | 53 | 0 | 60 | 330 | 67 | 42 |
| Binary | 100111 | 1001100 | 10000101 | 1000111 | 101011 | 0 | 110000 | 11011000 | 110111 | 100010 |
Color Harmonies of #274C85
Complementary color
Monochromatic Colors of #274C85
Black with #274C85
Text Example
Text Example
White with #274C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274C85; }
p { color: rgb(39,76,133); }
H1.HeaderClassName
{
color: #274C85;
}
.AnyTagClassName
{
color: #274C85;
}
</style>
background-color css
<style>
a { background-color: #274C85; }
a { background-color: rgb(39,76,133); }
div.DivClassName
{
background-color: #274C85;
}
.BgClassName
{
background-color: #274C85;
}
</style>
border-color css
<style>
span { border-color: #274C85; }
span { border-color: rgb(39,76,133); }
td.TdClassName
{
border-color: #274C85;
}
.TagClassName
{
border-color: #274C85;
}
</style>