Shades of Fun Blue #364F7B
Tints of Fun Blue #364F7B
RGB
CMYK
RGB Variations
Color information
#364F7B (or 0x364F7B) is known color: Fun Blue. HEX triplet: 36, 4F and 7B. RGB value is (54,79,123). Sum of RGB (Red+Green+Blue) = 54+79+123=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #364F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364F7B is #C9B084. Grayscale: #4C4C4C. Windows color (decimal): -13217925 or 8081206. OLE color: 8081206.
HSL color Cylindrical-coordinate representation of color #364F7B: hue angle of 218.26º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #364F7B is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 79 | 123 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.52 |
| HSL | 218.26º | 0.39% | 0.35% | - |
| HSV(B) | 218.26º | 0.56% | 0.48% | - |
| XYZ | 7.89 | 7.81 | 19.83 | - |
| YUV | 76.54 | 154.22 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 79 | 123 | 0.56 | 0.36 | 0 | 0.52 | 218.26 | 0.39 | 0.35 |
| Hex | 36 | 4F | 7B | 38 | 24 | 0 | 34 | DA | 27 | 23 |
| Octal | 66 | 117 | 173 | 70 | 44 | 0 | 64 | 332 | 47 | 43 |
| Binary | 110110 | 1001111 | 1111011 | 111000 | 100100 | 0 | 110100 | 11011010 | 100111 | 100011 |
Color Harmonies of #364F7B
Complementary color
Monochromatic Colors of #364F7B
Black with #364F7B
Text Example
Text Example
White with #364F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364F7B; }
p { color: rgb(54,79,123); }
H1.HeaderClassName
{
color: #364F7B;
}
.AnyTagClassName
{
color: #364F7B;
}
</style>
background-color css
<style>
a { background-color: #364F7B; }
a { background-color: rgb(54,79,123); }
div.DivClassName
{
background-color: #364F7B;
}
.BgClassName
{
background-color: #364F7B;
}
</style>
border-color css
<style>
span { border-color: #364F7B; }
span { border-color: rgb(54,79,123); }
td.TdClassName
{
border-color: #364F7B;
}
.TagClassName
{
border-color: #364F7B;
}
</style>