Shades of Cerulean Blue #3462BC
Tints of Cerulean Blue #3462BC
RGB
CMYK
RGB Variations
Color information
#3462BC (or 0x3462BC) is known color: Cerulean Blue. HEX triplet: 34, 62 and BC. RGB value is (52,98,188). Sum of RGB (Red+Green+Blue) = 52+98+188=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #3462BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3462BC is #CB9D43. Grayscale: #5E5E5E. Windows color (decimal): -13344068 or 12345908. OLE color: 12345908.
HSL color Cylindrical-coordinate representation of color #3462BC: hue angle of 219.71º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3462BC is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 98 | 188 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.26 |
| HSL | 219.71º | 0.57% | 0.47% | - |
| HSV(B) | 219.71º | 0.72% | 0.74% | - |
| XYZ | 14.86 | 13.1 | 49.32 | - |
| YUV | 94.51 | 180.76 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 98 | 188 | 0.72 | 0.48 | 0 | 0.26 | 219.71 | 0.57 | 0.47 |
| Hex | 34 | 62 | BC | 48 | 30 | 0 | 1A | DC | 39 | 2F |
| Octal | 64 | 142 | 274 | 110 | 60 | 0 | 32 | 334 | 71 | 57 |
| Binary | 110100 | 1100010 | 10111100 | 1001000 | 110000 | 0 | 11010 | 11011100 | 111001 | 101111 |
Color Harmonies of #3462BC
Complementary color
Monochromatic Colors of #3462BC
Black with #3462BC
Text Example
Text Example
White with #3462BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3462BC; }
p { color: rgb(52,98,188); }
H1.HeaderClassName
{
color: #3462BC;
}
.AnyTagClassName
{
color: #3462BC;
}
</style>
background-color css
<style>
a { background-color: #3462BC; }
a { background-color: rgb(52,98,188); }
div.DivClassName
{
background-color: #3462BC;
}
.BgClassName
{
background-color: #3462BC;
}
</style>
border-color css
<style>
span { border-color: #3462BC; }
span { border-color: rgb(52,98,188); }
td.TdClassName
{
border-color: #3462BC;
}
.TagClassName
{
border-color: #3462BC;
}
</style>