Shades of Fun Blue #364A7A
Tints of Fun Blue #364A7A
RGB
CMYK
RGB Variations
Color information
#364A7A (or 0x364A7A) is known color: Fun Blue. HEX triplet: 36, 4A and 7A. RGB value is (54,74,122). Sum of RGB (Red+Green+Blue) = 54+74+122=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #364A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364A7A is #C9B585. Grayscale: #494949. Windows color (decimal): -13219206 or 8014390. OLE color: 8014390.
HSL color Cylindrical-coordinate representation of color #364A7A: hue angle of 222.35º 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 #364A7A is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 74 | 122 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.52 |
| HSL | 222.35º | 0.39% | 0.35% | - |
| HSV(B) | 222.35º | 0.56% | 0.48% | - |
| XYZ | 7.48 | 7.09 | 19.39 | - |
| YUV | 73.49 | 155.37 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 122 | 0.56 | 0.39 | 0 | 0.52 | 222.35 | 0.39 | 0.35 |
| Hex | 36 | 4A | 7A | 38 | 27 | 0 | 34 | DE | 27 | 23 |
| Octal | 66 | 112 | 172 | 70 | 47 | 0 | 64 | 336 | 47 | 43 |
| Binary | 110110 | 1001010 | 1111010 | 111000 | 100111 | 0 | 110100 | 11011110 | 100111 | 100011 |
Color Harmonies of #364A7A
Complementary color
Monochromatic Colors of #364A7A
Black with #364A7A
Text Example
Text Example
White with #364A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364A7A; }
p { color: rgb(54,74,122); }
H1.HeaderClassName
{
color: #364A7A;
}
.AnyTagClassName
{
color: #364A7A;
}
</style>
background-color css
<style>
a { background-color: #364A7A; }
a { background-color: rgb(54,74,122); }
div.DivClassName
{
background-color: #364A7A;
}
.BgClassName
{
background-color: #364A7A;
}
</style>
border-color css
<style>
span { border-color: #364A7A; }
span { border-color: rgb(54,74,122); }
td.TdClassName
{
border-color: #364A7A;
}
.TagClassName
{
border-color: #364A7A;
}
</style>