Shades of Cerulean Blue #364BAB
Tints of Cerulean Blue #364BAB
RGB
CMYK
RGB Variations
Color information
#364BAB (or 0x364BAB) is known color: Cerulean Blue. HEX triplet: 36, 4B and AB. RGB value is (54,75,171). Sum of RGB (Red+Green+Blue) = 54+75+171=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #364BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364BAB is #C9B454. Grayscale: #4F4F4F. Windows color (decimal): -13218901 or 11225910. OLE color: 11225910.
HSL color Cylindrical-coordinate representation of color #364BAB: hue angle of 229.23º 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 #364BAB is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 75 | 171 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.33 |
| HSL | 229.23º | 0.52% | 0.44% | - |
| HSV(B) | 229.23º | 0.68% | 0.67% | - |
| XYZ | 11.39 | 8.76 | 39.62 | - |
| YUV | 79.67 | 179.54 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 75 | 171 | 0.68 | 0.56 | 0 | 0.33 | 229.23 | 0.52 | 0.44 |
| Hex | 36 | 4B | AB | 44 | 38 | 0 | 21 | E5 | 34 | 2C |
| Octal | 66 | 113 | 253 | 104 | 70 | 0 | 41 | 345 | 64 | 54 |
| Binary | 110110 | 1001011 | 10101011 | 1000100 | 111000 | 0 | 100001 | 11100101 | 110100 | 101100 |
Color Harmonies of #364BAB
Complementary color
Monochromatic Colors of #364BAB
Black with #364BAB
Text Example
Text Example
White with #364BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364BAB; }
p { color: rgb(54,75,171); }
H1.HeaderClassName
{
color: #364BAB;
}
.AnyTagClassName
{
color: #364BAB;
}
</style>
background-color css
<style>
a { background-color: #364BAB; }
a { background-color: rgb(54,75,171); }
div.DivClassName
{
background-color: #364BAB;
}
.BgClassName
{
background-color: #364BAB;
}
</style>
border-color css
<style>
span { border-color: #364BAB; }
span { border-color: rgb(54,75,171); }
td.TdClassName
{
border-color: #364BAB;
}
.TagClassName
{
border-color: #364BAB;
}
</style>