Shades of Cerulean Blue #364DB3
Tints of Cerulean Blue #364DB3
RGB
CMYK
RGB Variations
Color information
#364DB3 (or 0x364DB3) is known color: Cerulean Blue. HEX triplet: 36, 4D and B3. RGB value is (54,77,179). Sum of RGB (Red+Green+Blue) = 54+77+179=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 179 (70.31% from 255 or 57.74% from 310); Max value from RGB is 179 - color contains mainly: blue. Hex color #364DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364DB3 is #C9B24C. Grayscale: #515151. Windows color (decimal): -13218381 or 11750710. OLE color: 11750710.
HSL color Cylindrical-coordinate representation of color #364DB3: hue angle of 228.96º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #364DB3 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 54 | 77 | 179 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.30 |
| HSL | 228.96º | 0.54% | 0.46% | - |
| HSV(B) | 228.96º | 0.7% | 0.7% | - |
| XYZ | 12.31 | 9.35 | 43.8 | - |
| YUV | 81.75 | 182.88 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 179 | 0.70 | 0.57 | 0 | 0.30 | 228.96 | 0.54 | 0.46 |
| Hex | 36 | 4D | B3 | 46 | 39 | 0 | 1E | E5 | 36 | 2E |
| Octal | 66 | 115 | 263 | 106 | 71 | 0 | 36 | 345 | 66 | 56 |
| Binary | 110110 | 1001101 | 10110011 | 1000110 | 111001 | 0 | 11110 | 11100101 | 110110 | 101110 |
Color Harmonies of #364DB3
Complementary color
Monochromatic Colors of #364DB3
Black with #364DB3
Text Example
Text Example
White with #364DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364DB3; }
p { color: rgb(54,77,179); }
H1.HeaderClassName
{
color: #364DB3;
}
.AnyTagClassName
{
color: #364DB3;
}
</style>
background-color css
<style>
a { background-color: #364DB3; }
a { background-color: rgb(54,77,179); }
div.DivClassName
{
background-color: #364DB3;
}
.BgClassName
{
background-color: #364DB3;
}
</style>
border-color css
<style>
span { border-color: #364DB3; }
span { border-color: rgb(54,77,179); }
td.TdClassName
{
border-color: #364DB3;
}
.TagClassName
{
border-color: #364DB3;
}
</style>