Shades of Cerulean Blue #384EA7
Tints of Cerulean Blue #384EA7
RGB
CMYK
RGB Variations
Color information
#384EA7 (or 0x384EA7) is known color: Cerulean Blue. HEX triplet: 38, 4E and A7. RGB value is (56,78,167). Sum of RGB (Red+Green+Blue) = 56+78+167=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 167 (65.62% from 255 or 55.48% from 301); Max value from RGB is 167 - color contains mainly: blue. Hex color #384EA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384EA7 is #C7B158. Grayscale: #515151. Windows color (decimal): -13087065 or 10964536. OLE color: 10964536.
HSL color Cylindrical-coordinate representation of color #384EA7: hue angle of 228.11º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #384EA7 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 78 | 167 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.35 |
| HSL | 228.11º | 0.5% | 0.44% | - |
| HSV(B) | 228.11º | 0.66% | 0.65% | - |
| XYZ | 11.33 | 9.08 | 37.71 | - |
| YUV | 81.57 | 176.21 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 167 | 0.66 | 0.53 | 0 | 0.35 | 228.11 | 0.5 | 0.44 |
| Hex | 38 | 4E | A7 | 42 | 35 | 0 | 23 | E4 | 32 | 2C |
| Octal | 70 | 116 | 247 | 102 | 65 | 0 | 43 | 344 | 62 | 54 |
| Binary | 111000 | 1001110 | 10100111 | 1000010 | 110101 | 0 | 100011 | 11100100 | 110010 | 101100 |
Color Harmonies of #384EA7
Complementary color
Monochromatic Colors of #384EA7
Black with #384EA7
Text Example
Text Example
White with #384EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384EA7; }
p { color: rgb(56,78,167); }
H1.HeaderClassName
{
color: #384EA7;
}
.AnyTagClassName
{
color: #384EA7;
}
</style>
background-color css
<style>
a { background-color: #384EA7; }
a { background-color: rgb(56,78,167); }
div.DivClassName
{
background-color: #384EA7;
}
.BgClassName
{
background-color: #384EA7;
}
</style>
border-color css
<style>
span { border-color: #384EA7; }
span { border-color: rgb(56,78,167); }
td.TdClassName
{
border-color: #384EA7;
}
.TagClassName
{
border-color: #384EA7;
}
</style>