Shades of Fun Blue #274B80
Tints of Fun Blue #274B80
RGB
CMYK
RGB Variations
Color information
#274B80 (or 0x274B80) is known color: Fun Blue. HEX triplet: 27, 4B and 80. RGB value is (39,75,128). Sum of RGB (Red+Green+Blue) = 39+75+128=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #274B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274B80 is #D8B47F. Grayscale: #464646. Windows color (decimal): -14201984 or 8407847. OLE color: 8407847.
HSL color Cylindrical-coordinate representation of color #274B80: hue angle of 215.73º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #274B80 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 75 | 128 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.50 |
| HSL | 215.73º | 0.53% | 0.33% | - |
| HSV(B) | 215.73º | 0.7% | 0.5% | - |
| XYZ | 7.25 | 7.02 | 21.4 | - |
| YUV | 70.28 | 160.57 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 75 | 128 | 0.70 | 0.41 | 0 | 0.50 | 215.73 | 0.53 | 0.33 |
| Hex | 27 | 4B | 80 | 46 | 29 | 0 | 32 | D8 | 35 | 21 |
| Octal | 47 | 113 | 200 | 106 | 51 | 0 | 62 | 330 | 65 | 41 |
| Binary | 100111 | 1001011 | 10000000 | 1000110 | 101001 | 0 | 110010 | 11011000 | 110101 | 100001 |
Color Harmonies of #274B80
Complementary color
Monochromatic Colors of #274B80
Black with #274B80
Text Example
Text Example
White with #274B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274B80; }
p { color: rgb(39,75,128); }
H1.HeaderClassName
{
color: #274B80;
}
.AnyTagClassName
{
color: #274B80;
}
</style>
background-color css
<style>
a { background-color: #274B80; }
a { background-color: rgb(39,75,128); }
div.DivClassName
{
background-color: #274B80;
}
.BgClassName
{
background-color: #274B80;
}
</style>
border-color css
<style>
span { border-color: #274B80; }
span { border-color: rgb(39,75,128); }
td.TdClassName
{
border-color: #274B80;
}
.TagClassName
{
border-color: #274B80;
}
</style>