Shades of Cerulean Blue #384AAA
Tints of Cerulean Blue #384AAA
RGB
CMYK
RGB Variations
Color information
#384AAA (or 0x384AAA) is known color: Cerulean Blue. HEX triplet: 38, 4A and AA. RGB value is (56,74,170). Sum of RGB (Red+Green+Blue) = 56+74+170=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #384AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384AAA is #C7B555. Grayscale: #4F4F4F. Windows color (decimal): -13088086 or 11160120. OLE color: 11160120.
HSL color Cylindrical-coordinate representation of color #384AAA: hue angle of 230.53º 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 #384AAA is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 74 | 170 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.33 |
| HSL | 230.53º | 0.5% | 0.44% | - |
| HSV(B) | 230.53º | 0.67% | 0.67% | - |
| XYZ | 11.34 | 8.64 | 39.1 | - |
| YUV | 79.56 | 179.04 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 170 | 0.67 | 0.56 | 0 | 0.33 | 230.53 | 0.5 | 0.44 |
| Hex | 38 | 4A | AA | 43 | 38 | 0 | 21 | E7 | 32 | 2C |
| Octal | 70 | 112 | 252 | 103 | 70 | 0 | 41 | 347 | 62 | 54 |
| Binary | 111000 | 1001010 | 10101010 | 1000011 | 111000 | 0 | 100001 | 11100111 | 110010 | 101100 |
Color Harmonies of #384AAA
Complementary color
Monochromatic Colors of #384AAA
Black with #384AAA
Text Example
Text Example
White with #384AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384AAA; }
p { color: rgb(56,74,170); }
H1.HeaderClassName
{
color: #384AAA;
}
.AnyTagClassName
{
color: #384AAA;
}
</style>
background-color css
<style>
a { background-color: #384AAA; }
a { background-color: rgb(56,74,170); }
div.DivClassName
{
background-color: #384AAA;
}
.BgClassName
{
background-color: #384AAA;
}
</style>
border-color css
<style>
span { border-color: #384AAA; }
span { border-color: rgb(56,74,170); }
td.TdClassName
{
border-color: #384AAA;
}
.TagClassName
{
border-color: #384AAA;
}
</style>