Shades of Cerulean Blue #384FA8
Tints of Cerulean Blue #384FA8
RGB
CMYK
RGB Variations
Color information
#384FA8 (or 0x384FA8) is known color: Cerulean Blue. HEX triplet: 38, 4F and A8. RGB value is (56,79,168). Sum of RGB (Red+Green+Blue) = 56+79+168=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 168 (66.02% from 255 or 55.45% from 303); Max value from RGB is 168 - color contains mainly: blue. Hex color #384FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384FA8 is #C7B057. Grayscale: #515151. Windows color (decimal): -13086808 or 11030328. OLE color: 11030328.
HSL color Cylindrical-coordinate representation of color #384FA8: hue angle of 227.68º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #384FA8 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 79 | 168 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.34 |
| HSL | 227.68º | 0.5% | 0.44% | - |
| HSV(B) | 227.68º | 0.67% | 0.66% | - |
| XYZ | 11.49 | 9.26 | 38.23 | - |
| YUV | 82.27 | 176.38 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 79 | 168 | 0.67 | 0.53 | 0 | 0.34 | 227.68 | 0.5 | 0.44 |
| Hex | 38 | 4F | A8 | 43 | 35 | 0 | 22 | E4 | 32 | 2C |
| Octal | 70 | 117 | 250 | 103 | 65 | 0 | 42 | 344 | 62 | 54 |
| Binary | 111000 | 1001111 | 10101000 | 1000011 | 110101 | 0 | 100010 | 11100100 | 110010 | 101100 |
Color Harmonies of #384FA8
Complementary color
Monochromatic Colors of #384FA8
Black with #384FA8
Text Example
Text Example
White with #384FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384FA8; }
p { color: rgb(56,79,168); }
H1.HeaderClassName
{
color: #384FA8;
}
.AnyTagClassName
{
color: #384FA8;
}
</style>
background-color css
<style>
a { background-color: #384FA8; }
a { background-color: rgb(56,79,168); }
div.DivClassName
{
background-color: #384FA8;
}
.BgClassName
{
background-color: #384FA8;
}
</style>
border-color css
<style>
span { border-color: #384FA8; }
span { border-color: rgb(56,79,168); }
td.TdClassName
{
border-color: #384FA8;
}
.TagClassName
{
border-color: #384FA8;
}
</style>