Shades of Fun Blue #374D7A
Tints of Fun Blue #374D7A
RGB
CMYK
RGB Variations
Color information
#374D7A (or 0x374D7A) is known color: Fun Blue. HEX triplet: 37, 4D and 7A. RGB value is (55,77,122). Sum of RGB (Red+Green+Blue) = 55+77+122=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #374D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D7A is #C8B285. Grayscale: #4B4B4B. Windows color (decimal): -13152902 or 8015159. OLE color: 8015159.
HSL color Cylindrical-coordinate representation of color #374D7A: hue angle of 220.3º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #374D7A is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 77 | 122 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.52 |
| HSL | 220.3º | 0.38% | 0.35% | - |
| HSV(B) | 220.3º | 0.55% | 0.48% | - |
| XYZ | 7.74 | 7.53 | 19.46 | - |
| YUV | 75.55 | 154.21 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 122 | 0.55 | 0.37 | 0 | 0.52 | 220.3 | 0.38 | 0.35 |
| Hex | 37 | 4D | 7A | 37 | 25 | 0 | 34 | DC | 26 | 23 |
| Octal | 67 | 115 | 172 | 67 | 45 | 0 | 64 | 334 | 46 | 43 |
| Binary | 110111 | 1001101 | 1111010 | 110111 | 100101 | 0 | 110100 | 11011100 | 100110 | 100011 |
Color Harmonies of #374D7A
Complementary color
Monochromatic Colors of #374D7A
Black with #374D7A
Text Example
Text Example
White with #374D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374D7A; }
p { color: rgb(55,77,122); }
H1.HeaderClassName
{
color: #374D7A;
}
.AnyTagClassName
{
color: #374D7A;
}
</style>
background-color css
<style>
a { background-color: #374D7A; }
a { background-color: rgb(55,77,122); }
div.DivClassName
{
background-color: #374D7A;
}
.BgClassName
{
background-color: #374D7A;
}
</style>
border-color css
<style>
span { border-color: #374D7A; }
span { border-color: rgb(55,77,122); }
td.TdClassName
{
border-color: #374D7A;
}
.TagClassName
{
border-color: #374D7A;
}
</style>