Shades of Cerulean Blue #3842AC
Tints of Cerulean Blue #3842AC
RGB
CMYK
RGB Variations
Color information
#3842AC (or 0x3842AC) is known color: Cerulean Blue. HEX triplet: 38, 42 and AC. RGB value is (56,66,172). Sum of RGB (Red+Green+Blue) = 56+66+172=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #3842AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3842AC is #C7BD53. Grayscale: #4A4A4A. Windows color (decimal): -13090132 or 11289144. OLE color: 11289144.
HSL color Cylindrical-coordinate representation of color #3842AC: hue angle of 234.83º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3842AC is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 66 | 172 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.33 |
| HSL | 234.83º | 0.51% | 0.45% | - |
| HSV(B) | 234.83º | 0.67% | 0.67% | - |
| XYZ | 11.03 | 7.72 | 39.94 | - |
| YUV | 75.09 | 182.69 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 172 | 0.67 | 0.62 | 0 | 0.33 | 234.83 | 0.51 | 0.45 |
| Hex | 38 | 42 | AC | 43 | 3E | 0 | 21 | EB | 33 | 2D |
| Octal | 70 | 102 | 254 | 103 | 76 | 0 | 41 | 353 | 63 | 55 |
| Binary | 111000 | 1000010 | 10101100 | 1000011 | 111110 | 0 | 100001 | 11101011 | 110011 | 101101 |
Color Harmonies of #3842AC
Complementary color
Monochromatic Colors of #3842AC
Black with #3842AC
Text Example
Text Example
White with #3842AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3842AC; }
p { color: rgb(56,66,172); }
H1.HeaderClassName
{
color: #3842AC;
}
.AnyTagClassName
{
color: #3842AC;
}
</style>
background-color css
<style>
a { background-color: #3842AC; }
a { background-color: rgb(56,66,172); }
div.DivClassName
{
background-color: #3842AC;
}
.BgClassName
{
background-color: #3842AC;
}
</style>
border-color css
<style>
span { border-color: #3842AC; }
span { border-color: rgb(56,66,172); }
td.TdClassName
{
border-color: #3842AC;
}
.TagClassName
{
border-color: #3842AC;
}
</style>