Shades of Cerulean Blue #384CAA
Tints of Cerulean Blue #384CAA
RGB
CMYK
RGB Variations
Color information
#384CAA (or 0x384CAA) is known color: Cerulean Blue. HEX triplet: 38, 4C and AA. RGB value is (56,76,170). Sum of RGB (Red+Green+Blue) = 56+76+170=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #384CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384CAA is #C7B355. Grayscale: #505050. Windows color (decimal): -13087574 or 11160632. OLE color: 11160632.
HSL color Cylindrical-coordinate representation of color #384CAA: hue angle of 229.47º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #384CAA is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 76 | 170 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.33 |
| HSL | 229.47º | 0.5% | 0.44% | - |
| HSV(B) | 229.47º | 0.67% | 0.67% | - |
| XYZ | 11.47 | 8.91 | 39.15 | - |
| YUV | 80.74 | 178.37 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 170 | 0.67 | 0.55 | 0 | 0.33 | 229.47 | 0.5 | 0.44 |
| Hex | 38 | 4C | AA | 43 | 37 | 0 | 21 | E5 | 32 | 2C |
| Octal | 70 | 114 | 252 | 103 | 67 | 0 | 41 | 345 | 62 | 54 |
| Binary | 111000 | 1001100 | 10101010 | 1000011 | 110111 | 0 | 100001 | 11100101 | 110010 | 101100 |
Color Harmonies of #384CAA
Complementary color
Monochromatic Colors of #384CAA
Black with #384CAA
Text Example
Text Example
White with #384CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384CAA; }
p { color: rgb(56,76,170); }
H1.HeaderClassName
{
color: #384CAA;
}
.AnyTagClassName
{
color: #384CAA;
}
</style>
background-color css
<style>
a { background-color: #384CAA; }
a { background-color: rgb(56,76,170); }
div.DivClassName
{
background-color: #384CAA;
}
.BgClassName
{
background-color: #384CAA;
}
</style>
border-color css
<style>
span { border-color: #384CAA; }
span { border-color: rgb(56,76,170); }
td.TdClassName
{
border-color: #384CAA;
}
.TagClassName
{
border-color: #384CAA;
}
</style>