Shades of Fun Blue #364C7B
Tints of Fun Blue #364C7B
RGB
CMYK
RGB Variations
Color information
#364C7B (or 0x364C7B) is known color: Fun Blue. HEX triplet: 36, 4C and 7B. RGB value is (54,76,123). Sum of RGB (Red+Green+Blue) = 54+76+123=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #364C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C7B is #C9B384. Grayscale: #4A4A4A. Windows color (decimal): -13218693 or 8080438. OLE color: 8080438.
HSL color Cylindrical-coordinate representation of color #364C7B: hue angle of 220.87º 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 #364C7B is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 76 | 123 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.52 |
| HSL | 220.87º | 0.39% | 0.35% | - |
| HSV(B) | 220.87º | 0.56% | 0.48% | - |
| XYZ | 7.68 | 7.38 | 19.76 | - |
| YUV | 74.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 76 | 123 | 0.56 | 0.38 | 0 | 0.52 | 220.87 | 0.39 | 0.35 |
| Hex | 36 | 4C | 7B | 38 | 26 | 0 | 34 | DD | 27 | 23 |
| Octal | 66 | 114 | 173 | 70 | 46 | 0 | 64 | 335 | 47 | 43 |
| Binary | 110110 | 1001100 | 1111011 | 111000 | 100110 | 0 | 110100 | 11011101 | 100111 | 100011 |
Color Harmonies of #364C7B
Complementary color
Monochromatic Colors of #364C7B
Black with #364C7B
Text Example
Text Example
White with #364C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364C7B; }
p { color: rgb(54,76,123); }
H1.HeaderClassName
{
color: #364C7B;
}
.AnyTagClassName
{
color: #364C7B;
}
</style>
background-color css
<style>
a { background-color: #364C7B; }
a { background-color: rgb(54,76,123); }
div.DivClassName
{
background-color: #364C7B;
}
.BgClassName
{
background-color: #364C7B;
}
</style>
border-color css
<style>
span { border-color: #364C7B; }
span { border-color: rgb(54,76,123); }
td.TdClassName
{
border-color: #364C7B;
}
.TagClassName
{
border-color: #364C7B;
}
</style>