Shades of Cerulean Blue #385AB8
Tints of Cerulean Blue #385AB8
RGB
CMYK
RGB Variations
Color information
#385AB8 (or 0x385AB8) is known color: Cerulean Blue. HEX triplet: 38, 5A and B8. RGB value is (56,90,184). Sum of RGB (Red+Green+Blue) = 56+90+184=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 184 (72.27% from 255 or 55.76% from 330); Max value from RGB is 184 - color contains mainly: blue. Hex color #385AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385AB8 is #C7A547. Grayscale: #5A5A5A. Windows color (decimal): -13083976 or 12081720. OLE color: 12081720.
HSL color Cylindrical-coordinate representation of color #385AB8: hue angle of 224.06º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #385AB8 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 56 | 90 | 184 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.28 |
| HSL | 224.06º | 0.53% | 0.47% | - |
| HSV(B) | 224.06º | 0.7% | 0.72% | - |
| XYZ | 13.94 | 11.61 | 46.85 | - |
| YUV | 90.55 | 180.74 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 184 | 0.70 | 0.51 | 0 | 0.28 | 224.06 | 0.53 | 0.47 |
| Hex | 38 | 5A | B8 | 46 | 33 | 0 | 1C | E0 | 35 | 2F |
| Octal | 70 | 132 | 270 | 106 | 63 | 0 | 34 | 340 | 65 | 57 |
| Binary | 111000 | 1011010 | 10111000 | 1000110 | 110011 | 0 | 11100 | 11100000 | 110101 | 101111 |
Color Harmonies of #385AB8
Complementary color
Monochromatic Colors of #385AB8
Black with #385AB8
Text Example
Text Example
White with #385AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385AB8; }
p { color: rgb(56,90,184); }
H1.HeaderClassName
{
color: #385AB8;
}
.AnyTagClassName
{
color: #385AB8;
}
</style>
background-color css
<style>
a { background-color: #385AB8; }
a { background-color: rgb(56,90,184); }
div.DivClassName
{
background-color: #385AB8;
}
.BgClassName
{
background-color: #385AB8;
}
</style>
border-color css
<style>
span { border-color: #385AB8; }
span { border-color: rgb(56,90,184); }
td.TdClassName
{
border-color: #385AB8;
}
.TagClassName
{
border-color: #385AB8;
}
</style>