Shades of Cerulean Blue #364CAC
Tints of Cerulean Blue #364CAC
RGB
CMYK
RGB Variations
Color information
#364CAC (or 0x364CAC) is known color: Cerulean Blue. HEX triplet: 36, 4C and AC. RGB value is (54,76,172). Sum of RGB (Red+Green+Blue) = 54+76+172=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #364CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364CAC is #C9B353. Grayscale: #4F4F4F. Windows color (decimal): -13218644 or 11291702. OLE color: 11291702.
HSL color Cylindrical-coordinate representation of color #364CAC: hue angle of 228.81º 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 #364CAC is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 76 | 172 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.33 |
| HSL | 228.81º | 0.52% | 0.44% | - |
| HSV(B) | 228.81º | 0.69% | 0.67% | - |
| XYZ | 11.55 | 8.93 | 40.14 | - |
| YUV | 80.37 | 179.71 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 76 | 172 | 0.69 | 0.56 | 0 | 0.33 | 228.81 | 0.52 | 0.44 |
| Hex | 36 | 4C | AC | 45 | 38 | 0 | 21 | E5 | 34 | 2C |
| Octal | 66 | 114 | 254 | 105 | 70 | 0 | 41 | 345 | 64 | 54 |
| Binary | 110110 | 1001100 | 10101100 | 1000101 | 111000 | 0 | 100001 | 11100101 | 110100 | 101100 |
Color Harmonies of #364CAC
Complementary color
Monochromatic Colors of #364CAC
Black with #364CAC
Text Example
Text Example
White with #364CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364CAC; }
p { color: rgb(54,76,172); }
H1.HeaderClassName
{
color: #364CAC;
}
.AnyTagClassName
{
color: #364CAC;
}
</style>
background-color css
<style>
a { background-color: #364CAC; }
a { background-color: rgb(54,76,172); }
div.DivClassName
{
background-color: #364CAC;
}
.BgClassName
{
background-color: #364CAC;
}
</style>
border-color css
<style>
span { border-color: #364CAC; }
span { border-color: rgb(54,76,172); }
td.TdClassName
{
border-color: #364CAC;
}
.TagClassName
{
border-color: #364CAC;
}
</style>