Shades of Cerulean Blue #364AAC
Tints of Cerulean Blue #364AAC
RGB
CMYK
RGB Variations
Color information
#364AAC (or 0x364AAC) is known color: Cerulean Blue. HEX triplet: 36, 4A and AC. RGB value is (54,74,172). Sum of RGB (Red+Green+Blue) = 54+74+172=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #364AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364AAC is #C9B553. Grayscale: #4E4E4E. Windows color (decimal): -13219156 or 11291190. OLE color: 11291190.
HSL color Cylindrical-coordinate representation of color #364AAC: hue angle of 229.83º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #364AAC is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 74 | 172 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.33 |
| HSL | 229.83º | 0.52% | 0.44% | - |
| HSV(B) | 229.83º | 0.69% | 0.67% | - |
| XYZ | 11.42 | 8.66 | 40.1 | - |
| YUV | 79.19 | 180.37 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 172 | 0.69 | 0.57 | 0 | 0.33 | 229.83 | 0.52 | 0.44 |
| Hex | 36 | 4A | AC | 45 | 39 | 0 | 21 | E6 | 34 | 2C |
| Octal | 66 | 112 | 254 | 105 | 71 | 0 | 41 | 346 | 64 | 54 |
| Binary | 110110 | 1001010 | 10101100 | 1000101 | 111001 | 0 | 100001 | 11100110 | 110100 | 101100 |
Color Harmonies of #364AAC
Complementary color
Monochromatic Colors of #364AAC
Black with #364AAC
Text Example
Text Example
White with #364AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364AAC; }
p { color: rgb(54,74,172); }
H1.HeaderClassName
{
color: #364AAC;
}
.AnyTagClassName
{
color: #364AAC;
}
</style>
background-color css
<style>
a { background-color: #364AAC; }
a { background-color: rgb(54,74,172); }
div.DivClassName
{
background-color: #364AAC;
}
.BgClassName
{
background-color: #364AAC;
}
</style>
border-color css
<style>
span { border-color: #364AAC; }
span { border-color: rgb(54,74,172); }
td.TdClassName
{
border-color: #364AAC;
}
.TagClassName
{
border-color: #364AAC;
}
</style>