Shades of Fun Blue #374F7C
Tints of Fun Blue #374F7C
RGB
CMYK
RGB Variations
Color information
#374F7C (or 0x374F7C) is known color: Fun Blue. HEX triplet: 37, 4F and 7C. RGB value is (55,79,124). Sum of RGB (Red+Green+Blue) = 55+79+124=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #374F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F7C is #C8B083. Grayscale: #4C4C4C. Windows color (decimal): -13152388 or 8146743. OLE color: 8146743.
HSL color Cylindrical-coordinate representation of color #374F7C: hue angle of 219.13º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #374F7C is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 79 | 124 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.51 |
| HSL | 219.13º | 0.39% | 0.35% | - |
| HSV(B) | 219.13º | 0.56% | 0.49% | - |
| XYZ | 8.01 | 7.86 | 20.16 | - |
| YUV | 76.95 | 154.55 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 79 | 124 | 0.56 | 0.36 | 0 | 0.51 | 219.13 | 0.39 | 0.35 |
| Hex | 37 | 4F | 7C | 38 | 24 | 0 | 33 | DB | 27 | 23 |
| Octal | 67 | 117 | 174 | 70 | 44 | 0 | 63 | 333 | 47 | 43 |
| Binary | 110111 | 1001111 | 1111100 | 111000 | 100100 | 0 | 110011 | 11011011 | 100111 | 100011 |
Color Harmonies of #374F7C
Complementary color
Monochromatic Colors of #374F7C
Black with #374F7C
Text Example
Text Example
White with #374F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374F7C; }
p { color: rgb(55,79,124); }
H1.HeaderClassName
{
color: #374F7C;
}
.AnyTagClassName
{
color: #374F7C;
}
</style>
background-color css
<style>
a { background-color: #374F7C; }
a { background-color: rgb(55,79,124); }
div.DivClassName
{
background-color: #374F7C;
}
.BgClassName
{
background-color: #374F7C;
}
</style>
border-color css
<style>
span { border-color: #374F7C; }
span { border-color: rgb(55,79,124); }
td.TdClassName
{
border-color: #374F7C;
}
.TagClassName
{
border-color: #374F7C;
}
</style>