Shades of Fun Blue #274D8B
Tints of Fun Blue #274D8B
RGB
CMYK
RGB Variations
Color information
#274D8B (or 0x274D8B) is known color: Fun Blue. HEX triplet: 27, 4D and 8B. RGB value is (39,77,139). Sum of RGB (Red+Green+Blue) = 39+77+139=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #274D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274D8B is #D8B274. Grayscale: #484848. Windows color (decimal): -14201461 or 9129255. OLE color: 9129255.
HSL color Cylindrical-coordinate representation of color #274D8B: hue angle of 217.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #274D8B is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 77 | 139 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.45 |
| HSL | 217.2º | 0.56% | 0.35% | - |
| HSV(B) | 217.2º | 0.72% | 0.55% | - |
| XYZ | 8.15 | 7.6 | 25.46 | - |
| YUV | 72.71 | 165.41 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 139 | 0.72 | 0.45 | 0 | 0.45 | 217.2 | 0.56 | 0.35 |
| Hex | 27 | 4D | 8B | 48 | 2D | 0 | 2D | D9 | 38 | 23 |
| Octal | 47 | 115 | 213 | 110 | 55 | 0 | 55 | 331 | 70 | 43 |
| Binary | 100111 | 1001101 | 10001011 | 1001000 | 101101 | 0 | 101101 | 11011001 | 111000 | 100011 |
Color Harmonies of #274D8B
Complementary color
Monochromatic Colors of #274D8B
Black with #274D8B
Text Example
Text Example
White with #274D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274D8B; }
p { color: rgb(39,77,139); }
H1.HeaderClassName
{
color: #274D8B;
}
.AnyTagClassName
{
color: #274D8B;
}
</style>
background-color css
<style>
a { background-color: #274D8B; }
a { background-color: rgb(39,77,139); }
div.DivClassName
{
background-color: #274D8B;
}
.BgClassName
{
background-color: #274D8B;
}
</style>
border-color css
<style>
span { border-color: #274D8B; }
span { border-color: rgb(39,77,139); }
td.TdClassName
{
border-color: #274D8B;
}
.TagClassName
{
border-color: #274D8B;
}
</style>