Shades of Fun Blue #274584
Tints of Fun Blue #274584
RGB
CMYK
RGB Variations
Color information
#274584 (or 0x274584) is known color: Fun Blue. HEX triplet: 27, 45 and 84. RGB value is (39,69,132). Sum of RGB (Red+Green+Blue) = 39+69+132=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #274584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274584 is #D8BA7B. Grayscale: #424242. Windows color (decimal): -14203516 or 8668455. OLE color: 8668455.
HSL color Cylindrical-coordinate representation of color #274584: hue angle of 220.65º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #274584 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 69 | 132 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.48 |
| HSL | 220.65º | 0.54% | 0.34% | - |
| HSV(B) | 220.65º | 0.7% | 0.52% | - |
| XYZ | 7.13 | 6.35 | 22.68 | - |
| YUV | 67.21 | 164.56 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 69 | 132 | 0.70 | 0.48 | 0 | 0.48 | 220.65 | 0.54 | 0.34 |
| Hex | 27 | 45 | 84 | 46 | 30 | 0 | 30 | DD | 36 | 22 |
| Octal | 47 | 105 | 204 | 106 | 60 | 0 | 60 | 335 | 66 | 42 |
| Binary | 100111 | 1000101 | 10000100 | 1000110 | 110000 | 0 | 110000 | 11011101 | 110110 | 100010 |
Color Harmonies of #274584
Complementary color
Monochromatic Colors of #274584
Black with #274584
Text Example
Text Example
White with #274584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274584; }
p { color: rgb(39,69,132); }
H1.HeaderClassName
{
color: #274584;
}
.AnyTagClassName
{
color: #274584;
}
</style>
background-color css
<style>
a { background-color: #274584; }
a { background-color: rgb(39,69,132); }
div.DivClassName
{
background-color: #274584;
}
.BgClassName
{
background-color: #274584;
}
</style>
border-color css
<style>
span { border-color: #274584; }
span { border-color: rgb(39,69,132); }
td.TdClassName
{
border-color: #274584;
}
.TagClassName
{
border-color: #274584;
}
</style>