Shades of Fun Blue #334A7E
Tints of Fun Blue #334A7E
RGB
CMYK
RGB Variations
Color information
#334A7E (or 0x334A7E) is known color: Fun Blue. HEX triplet: 33, 4A and 7E. RGB value is (51,74,126). Sum of RGB (Red+Green+Blue) = 51+74+126=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 126 (49.61% from 255 or 50.20% from 251); Max value from RGB is 126 - color contains mainly: blue. Hex color #334A7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A7E is #CCB581. Grayscale: #484848. Windows color (decimal): -13415810 or 8276531. OLE color: 8276531.
HSL color Cylindrical-coordinate representation of color #334A7E: hue angle of 221.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #334A7E is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 74 | 126 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.51 |
| HSL | 221.6º | 0.42% | 0.35% | - |
| HSV(B) | 221.6º | 0.6% | 0.49% | - |
| XYZ | 7.58 | 7.11 | 20.71 | - |
| YUV | 73.05 | 157.88 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 126 | 0.60 | 0.41 | 0 | 0.51 | 221.6 | 0.42 | 0.35 |
| Hex | 33 | 4A | 7E | 3C | 29 | 0 | 33 | DE | 2A | 23 |
| Octal | 63 | 112 | 176 | 74 | 51 | 0 | 63 | 336 | 52 | 43 |
| Binary | 110011 | 1001010 | 1111110 | 111100 | 101001 | 0 | 110011 | 11011110 | 101010 | 100011 |
Color Harmonies of #334A7E
Complementary color
Monochromatic Colors of #334A7E
Black with #334A7E
Text Example
Text Example
White with #334A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334A7E; }
p { color: rgb(51,74,126); }
H1.HeaderClassName
{
color: #334A7E;
}
.AnyTagClassName
{
color: #334A7E;
}
</style>
background-color css
<style>
a { background-color: #334A7E; }
a { background-color: rgb(51,74,126); }
div.DivClassName
{
background-color: #334A7E;
}
.BgClassName
{
background-color: #334A7E;
}
</style>
border-color css
<style>
span { border-color: #334A7E; }
span { border-color: rgb(51,74,126); }
td.TdClassName
{
border-color: #334A7E;
}
.TagClassName
{
border-color: #334A7E;
}
</style>