Shades of Fun Blue #274C82
Tints of Fun Blue #274C82
RGB
CMYK
RGB Variations
Color information
#274C82 (or 0x274C82) is known color: Fun Blue. HEX triplet: 27, 4C and 82. RGB value is (39,76,130). Sum of RGB (Red+Green+Blue) = 39+76+130=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #274C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274C82 is #D8B37D. Grayscale: #464646. Windows color (decimal): -14201726 or 8539175. OLE color: 8539175.
HSL color Cylindrical-coordinate representation of color #274C82: hue angle of 215.6º 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 #274C82 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 76 | 130 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.49 |
| HSL | 215.6º | 0.54% | 0.33% | - |
| HSV(B) | 215.6º | 0.7% | 0.51% | - |
| XYZ | 7.45 | 7.21 | 22.12 | - |
| YUV | 71.09 | 161.24 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 130 | 0.70 | 0.42 | 0 | 0.49 | 215.6 | 0.54 | 0.33 |
| Hex | 27 | 4C | 82 | 46 | 2A | 0 | 31 | D8 | 36 | 21 |
| Octal | 47 | 114 | 202 | 106 | 52 | 0 | 61 | 330 | 66 | 41 |
| Binary | 100111 | 1001100 | 10000010 | 1000110 | 101010 | 0 | 110001 | 11011000 | 110110 | 100001 |
Color Harmonies of #274C82
Complementary color
Monochromatic Colors of #274C82
Black with #274C82
Text Example
Text Example
White with #274C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274C82; }
p { color: rgb(39,76,130); }
H1.HeaderClassName
{
color: #274C82;
}
.AnyTagClassName
{
color: #274C82;
}
</style>
background-color css
<style>
a { background-color: #274C82; }
a { background-color: rgb(39,76,130); }
div.DivClassName
{
background-color: #274C82;
}
.BgClassName
{
background-color: #274C82;
}
</style>
border-color css
<style>
span { border-color: #274C82; }
span { border-color: rgb(39,76,130); }
td.TdClassName
{
border-color: #274C82;
}
.TagClassName
{
border-color: #274C82;
}
</style>