Shades of Cerulean Blue #3846B2
Tints of Cerulean Blue #3846B2
RGB
CMYK
RGB Variations
Color information
#3846B2 (or 0x3846B2) is known color: Cerulean Blue. HEX triplet: 38, 46 and B2. RGB value is (56,70,178). Sum of RGB (Red+Green+Blue) = 56+70+178=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 178 (69.92% from 255 or 58.55% from 304); Max value from RGB is 178 - color contains mainly: blue. Hex color #3846B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3846B2 is #C7B94D. Grayscale: #4D4D4D. Windows color (decimal): -13089102 or 11683384. OLE color: 11683384.
HSL color Cylindrical-coordinate representation of color #3846B2: hue angle of 233.11º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3846B2 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 56 | 70 | 178 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.30 |
| HSL | 233.11º | 0.52% | 0.46% | - |
| HSV(B) | 233.11º | 0.69% | 0.7% | - |
| XYZ | 11.86 | 8.44 | 43.12 | - |
| YUV | 78.13 | 184.36 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 178 | 0.69 | 0.61 | 0 | 0.30 | 233.11 | 0.52 | 0.46 |
| Hex | 38 | 46 | B2 | 45 | 3D | 0 | 1E | E9 | 34 | 2E |
| Octal | 70 | 106 | 262 | 105 | 75 | 0 | 36 | 351 | 64 | 56 |
| Binary | 111000 | 1000110 | 10110010 | 1000101 | 111101 | 0 | 11110 | 11101001 | 110100 | 101110 |
Color Harmonies of #3846B2
Complementary color
Monochromatic Colors of #3846B2
Black with #3846B2
Text Example
Text Example
White with #3846B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3846B2; }
p { color: rgb(56,70,178); }
H1.HeaderClassName
{
color: #3846B2;
}
.AnyTagClassName
{
color: #3846B2;
}
</style>
background-color css
<style>
a { background-color: #3846B2; }
a { background-color: rgb(56,70,178); }
div.DivClassName
{
background-color: #3846B2;
}
.BgClassName
{
background-color: #3846B2;
}
</style>
border-color css
<style>
span { border-color: #3846B2; }
span { border-color: rgb(56,70,178); }
td.TdClassName
{
border-color: #3846B2;
}
.TagClassName
{
border-color: #3846B2;
}
</style>