Shades of Cerulean Blue #384AB6
Tints of Cerulean Blue #384AB6
RGB
CMYK
RGB Variations
Color information
#384AB6 (or 0x384AB6) is known color: Cerulean Blue. HEX triplet: 38, 4A and B6. RGB value is (56,74,182). Sum of RGB (Red+Green+Blue) = 56+74+182=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 182 (71.48% from 255 or 58.33% from 312); Max value from RGB is 182 - color contains mainly: blue. Hex color #384AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384AB6 is #C7B549. Grayscale: #505050. Windows color (decimal): -13088074 or 11946552. OLE color: 11946552.
HSL color Cylindrical-coordinate representation of color #384AB6: hue angle of 231.43º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #384AB6 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 74 | 182 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.29 |
| HSL | 231.43º | 0.53% | 0.47% | - |
| HSV(B) | 231.43º | 0.69% | 0.71% | - |
| XYZ | 12.52 | 9.12 | 45.36 | - |
| YUV | 80.93 | 185.04 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 182 | 0.69 | 0.59 | 0 | 0.29 | 231.43 | 0.53 | 0.47 |
| Hex | 38 | 4A | B6 | 45 | 3B | 0 | 1D | E7 | 35 | 2F |
| Octal | 70 | 112 | 266 | 105 | 73 | 0 | 35 | 347 | 65 | 57 |
| Binary | 111000 | 1001010 | 10110110 | 1000101 | 111011 | 0 | 11101 | 11100111 | 110101 | 101111 |
Color Harmonies of #384AB6
Complementary color
Monochromatic Colors of #384AB6
Black with #384AB6
Text Example
Text Example
White with #384AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384AB6; }
p { color: rgb(56,74,182); }
H1.HeaderClassName
{
color: #384AB6;
}
.AnyTagClassName
{
color: #384AB6;
}
</style>
background-color css
<style>
a { background-color: #384AB6; }
a { background-color: rgb(56,74,182); }
div.DivClassName
{
background-color: #384AB6;
}
.BgClassName
{
background-color: #384AB6;
}
</style>
border-color css
<style>
span { border-color: #384AB6; }
span { border-color: rgb(56,74,182); }
td.TdClassName
{
border-color: #384AB6;
}
.TagClassName
{
border-color: #384AB6;
}
</style>