Shades of Fun Blue #274485
Tints of Fun Blue #274485
RGB
CMYK
RGB Variations
Color information
#274485 (or 0x274485) is known color: Fun Blue. HEX triplet: 27, 44 and 85. RGB value is (39,68,133). Sum of RGB (Red+Green+Blue) = 39+68+133=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #274485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274485 is #D8BB7A. Grayscale: #424242. Windows color (decimal): -14203771 or 8733735. OLE color: 8733735.
HSL color Cylindrical-coordinate representation of color #274485: hue angle of 221.49º 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 #274485 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 68 | 133 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.48 |
| HSL | 221.49º | 0.55% | 0.34% | - |
| HSV(B) | 221.49º | 0.71% | 0.52% | - |
| XYZ | 7.14 | 6.26 | 23.02 | - |
| YUV | 66.74 | 165.39 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 68 | 133 | 0.71 | 0.49 | 0 | 0.48 | 221.49 | 0.55 | 0.34 |
| Hex | 27 | 44 | 85 | 47 | 31 | 0 | 30 | DD | 37 | 22 |
| Octal | 47 | 104 | 205 | 107 | 61 | 0 | 60 | 335 | 67 | 42 |
| Binary | 100111 | 1000100 | 10000101 | 1000111 | 110001 | 0 | 110000 | 11011101 | 110111 | 100010 |
Color Harmonies of #274485
Complementary color
Monochromatic Colors of #274485
Black with #274485
Text Example
Text Example
White with #274485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274485; }
p { color: rgb(39,68,133); }
H1.HeaderClassName
{
color: #274485;
}
.AnyTagClassName
{
color: #274485;
}
</style>
background-color css
<style>
a { background-color: #274485; }
a { background-color: rgb(39,68,133); }
div.DivClassName
{
background-color: #274485;
}
.BgClassName
{
background-color: #274485;
}
</style>
border-color css
<style>
span { border-color: #274485; }
span { border-color: rgb(39,68,133); }
td.TdClassName
{
border-color: #274485;
}
.TagClassName
{
border-color: #274485;
}
</style>