Shades of Cerulean Blue #3846AA
Tints of Cerulean Blue #3846AA
RGB
CMYK
RGB Variations
Color information
#3846AA (or 0x3846AA) is known color: Cerulean Blue. HEX triplet: 38, 46 and AA. RGB value is (56,70,170). Sum of RGB (Red+Green+Blue) = 56+70+170=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #3846AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3846AA is #C7B955. Grayscale: #4C4C4C. Windows color (decimal): -13089110 or 11159096. OLE color: 11159096.
HSL color Cylindrical-coordinate representation of color #3846AA: hue angle of 232.63º 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 #3846AA is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 70 | 170 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.33 |
| HSL | 232.63º | 0.5% | 0.44% | - |
| HSV(B) | 232.63º | 0.67% | 0.67% | - |
| XYZ | 11.08 | 8.12 | 39.01 | - |
| YUV | 77.21 | 180.36 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 170 | 0.67 | 0.59 | 0 | 0.33 | 232.63 | 0.5 | 0.44 |
| Hex | 38 | 46 | AA | 43 | 3B | 0 | 21 | E9 | 32 | 2C |
| Octal | 70 | 106 | 252 | 103 | 73 | 0 | 41 | 351 | 62 | 54 |
| Binary | 111000 | 1000110 | 10101010 | 1000011 | 111011 | 0 | 100001 | 11101001 | 110010 | 101100 |
Color Harmonies of #3846AA
Complementary color
Monochromatic Colors of #3846AA
Black with #3846AA
Text Example
Text Example
White with #3846AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3846AA; }
p { color: rgb(56,70,170); }
H1.HeaderClassName
{
color: #3846AA;
}
.AnyTagClassName
{
color: #3846AA;
}
</style>
background-color css
<style>
a { background-color: #3846AA; }
a { background-color: rgb(56,70,170); }
div.DivClassName
{
background-color: #3846AA;
}
.BgClassName
{
background-color: #3846AA;
}
</style>
border-color css
<style>
span { border-color: #3846AA; }
span { border-color: rgb(56,70,170); }
td.TdClassName
{
border-color: #3846AA;
}
.TagClassName
{
border-color: #3846AA;
}
</style>