Shades of Cerulean Blue #364BA7
Tints of Cerulean Blue #364BA7
RGB
CMYK
RGB Variations
Color information
#364BA7 (or 0x364BA7) is known color: Cerulean Blue. HEX triplet: 36, 4B and A7. RGB value is (54,75,167). Sum of RGB (Red+Green+Blue) = 54+75+167=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 167 (65.62% from 255 or 56.42% from 296); Max value from RGB is 167 - color contains mainly: blue. Hex color #364BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364BA7 is #C9B458. Grayscale: #4E4E4E. Windows color (decimal): -13218905 or 10963766. OLE color: 10963766.
HSL color Cylindrical-coordinate representation of color #364BA7: hue angle of 228.85º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #364BA7 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 54 | 75 | 167 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.35 |
| HSL | 228.85º | 0.51% | 0.43% | - |
| HSV(B) | 228.85º | 0.68% | 0.65% | - |
| XYZ | 11.01 | 8.61 | 37.64 | - |
| YUV | 79.21 | 177.54 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 75 | 167 | 0.68 | 0.55 | 0 | 0.35 | 228.85 | 0.51 | 0.43 |
| Hex | 36 | 4B | A7 | 44 | 37 | 0 | 23 | E5 | 33 | 2B |
| Octal | 66 | 113 | 247 | 104 | 67 | 0 | 43 | 345 | 63 | 53 |
| Binary | 110110 | 1001011 | 10100111 | 1000100 | 110111 | 0 | 100011 | 11100101 | 110011 | 101011 |
Color Harmonies of #364BA7
Complementary color
Monochromatic Colors of #364BA7
Black with #364BA7
Text Example
Text Example
White with #364BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364BA7; }
p { color: rgb(54,75,167); }
H1.HeaderClassName
{
color: #364BA7;
}
.AnyTagClassName
{
color: #364BA7;
}
</style>
background-color css
<style>
a { background-color: #364BA7; }
a { background-color: rgb(54,75,167); }
div.DivClassName
{
background-color: #364BA7;
}
.BgClassName
{
background-color: #364BA7;
}
</style>
border-color css
<style>
span { border-color: #364BA7; }
span { border-color: rgb(54,75,167); }
td.TdClassName
{
border-color: #364BA7;
}
.TagClassName
{
border-color: #364BA7;
}
</style>