Shades of Cerulean Blue #364AAA
Tints of Cerulean Blue #364AAA
RGB
CMYK
RGB Variations
Color information
#364AAA (or 0x364AAA) is known color: Cerulean Blue. HEX triplet: 36, 4A and AA. RGB value is (54,74,170). Sum of RGB (Red+Green+Blue) = 54+74+170=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #364AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364AAA is #C9B555. Grayscale: #4E4E4E. Windows color (decimal): -13219158 or 11160118. OLE color: 11160118.
HSL color Cylindrical-coordinate representation of color #364AAA: hue angle of 229.66º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #364AAA is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 74 | 170 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.33 |
| HSL | 229.66º | 0.52% | 0.44% | - |
| HSV(B) | 229.66º | 0.68% | 0.67% | - |
| XYZ | 11.23 | 8.58 | 39.1 | - |
| YUV | 78.96 | 179.37 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 170 | 0.68 | 0.56 | 0 | 0.33 | 229.66 | 0.52 | 0.44 |
| Hex | 36 | 4A | AA | 44 | 38 | 0 | 21 | E6 | 34 | 2C |
| Octal | 66 | 112 | 252 | 104 | 70 | 0 | 41 | 346 | 64 | 54 |
| Binary | 110110 | 1001010 | 10101010 | 1000100 | 111000 | 0 | 100001 | 11100110 | 110100 | 101100 |
Color Harmonies of #364AAA
Complementary color
Monochromatic Colors of #364AAA
Black with #364AAA
Text Example
Text Example
White with #364AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364AAA; }
p { color: rgb(54,74,170); }
H1.HeaderClassName
{
color: #364AAA;
}
.AnyTagClassName
{
color: #364AAA;
}
</style>
background-color css
<style>
a { background-color: #364AAA; }
a { background-color: rgb(54,74,170); }
div.DivClassName
{
background-color: #364AAA;
}
.BgClassName
{
background-color: #364AAA;
}
</style>
border-color css
<style>
span { border-color: #364AAA; }
span { border-color: rgb(54,74,170); }
td.TdClassName
{
border-color: #364AAA;
}
.TagClassName
{
border-color: #364AAA;
}
</style>