Shades of Fun Blue #364B7E
Tints of Fun Blue #364B7E
RGB
CMYK
RGB Variations
Color information
#364B7E (or 0x364B7E) is known color: Fun Blue. HEX triplet: 36, 4B and 7E. RGB value is (54,75,126). Sum of RGB (Red+Green+Blue) = 54+75+126=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #364B7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B7E is #C9B481. Grayscale: #4A4A4A. Windows color (decimal): -13218946 or 8276790. OLE color: 8276790.
HSL color Cylindrical-coordinate representation of color #364B7E: hue angle of 222.5º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #364B7E is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 75 | 126 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.51 |
| HSL | 222.5º | 0.4% | 0.35% | - |
| HSV(B) | 222.5º | 0.57% | 0.49% | - |
| XYZ | 7.8 | 7.32 | 20.74 | - |
| YUV | 74.54 | 157.04 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 75 | 126 | 0.57 | 0.40 | 0 | 0.51 | 222.5 | 0.4 | 0.35 |
| Hex | 36 | 4B | 7E | 39 | 28 | 0 | 33 | DE | 28 | 23 |
| Octal | 66 | 113 | 176 | 71 | 50 | 0 | 63 | 336 | 50 | 43 |
| Binary | 110110 | 1001011 | 1111110 | 111001 | 101000 | 0 | 110011 | 11011110 | 101000 | 100011 |
Color Harmonies of #364B7E
Complementary color
Monochromatic Colors of #364B7E
Black with #364B7E
Text Example
Text Example
White with #364B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364B7E; }
p { color: rgb(54,75,126); }
H1.HeaderClassName
{
color: #364B7E;
}
.AnyTagClassName
{
color: #364B7E;
}
</style>
background-color css
<style>
a { background-color: #364B7E; }
a { background-color: rgb(54,75,126); }
div.DivClassName
{
background-color: #364B7E;
}
.BgClassName
{
background-color: #364B7E;
}
</style>
border-color css
<style>
span { border-color: #364B7E; }
span { border-color: rgb(54,75,126); }
td.TdClassName
{
border-color: #364B7E;
}
.TagClassName
{
border-color: #364B7E;
}
</style>