Shades of Fun Blue #364B7D
Tints of Fun Blue #364B7D
RGB
CMYK
RGB Variations
Color information
#364B7D (or 0x364B7D) is known color: Fun Blue. HEX triplet: 36, 4B and 7D. RGB value is (54,75,125). Sum of RGB (Red+Green+Blue) = 54+75+125=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #364B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B7D is #C9B482. Grayscale: #4A4A4A. Windows color (decimal): -13218947 or 8211254. OLE color: 8211254.
HSL color Cylindrical-coordinate representation of color #364B7D: hue angle of 222.25º 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 #364B7D is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 75 | 125 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.51 |
| HSL | 222.25º | 0.4% | 0.35% | - |
| HSV(B) | 222.25º | 0.57% | 0.49% | - |
| XYZ | 7.74 | 7.3 | 20.4 | - |
| YUV | 74.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 75 | 125 | 0.57 | 0.40 | 0 | 0.51 | 222.25 | 0.4 | 0.35 |
| Hex | 36 | 4B | 7D | 39 | 28 | 0 | 33 | DE | 28 | 23 |
| Octal | 66 | 113 | 175 | 71 | 50 | 0 | 63 | 336 | 50 | 43 |
| Binary | 110110 | 1001011 | 1111101 | 111001 | 101000 | 0 | 110011 | 11011110 | 101000 | 100011 |
Color Harmonies of #364B7D
Complementary color
Monochromatic Colors of #364B7D
Black with #364B7D
Text Example
Text Example
White with #364B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364B7D; }
p { color: rgb(54,75,125); }
H1.HeaderClassName
{
color: #364B7D;
}
.AnyTagClassName
{
color: #364B7D;
}
</style>
background-color css
<style>
a { background-color: #364B7D; }
a { background-color: rgb(54,75,125); }
div.DivClassName
{
background-color: #364B7D;
}
.BgClassName
{
background-color: #364B7D;
}
</style>
border-color css
<style>
span { border-color: #364B7D; }
span { border-color: rgb(54,75,125); }
td.TdClassName
{
border-color: #364B7D;
}
.TagClassName
{
border-color: #364B7D;
}
</style>