Shades of Cerulean Blue #3442BC
Tints of Cerulean Blue #3442BC
RGB
CMYK
RGB Variations
Color information
#3442BC (or 0x3442BC) is known color: Cerulean Blue. HEX triplet: 34, 42 and BC. RGB value is (52,66,188). Sum of RGB (Red+Green+Blue) = 52+66+188=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #3442BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3442BC is #CBBD43. Grayscale: #4B4B4B. Windows color (decimal): -13352260 or 12337716. OLE color: 12337716.
HSL color Cylindrical-coordinate representation of color #3442BC: hue angle of 233.82º 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 #3442BC is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 66 | 188 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.26 |
| HSL | 233.82º | 0.57% | 0.47% | - |
| HSV(B) | 233.82º | 0.72% | 0.74% | - |
| XYZ | 12.44 | 8.26 | 48.52 | - |
| YUV | 75.72 | 191.36 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 188 | 0.72 | 0.65 | 0 | 0.26 | 233.82 | 0.57 | 0.47 |
| Hex | 34 | 42 | BC | 48 | 41 | 0 | 1A | EA | 39 | 2F |
| Octal | 64 | 102 | 274 | 110 | 101 | 0 | 32 | 352 | 71 | 57 |
| Binary | 110100 | 1000010 | 10111100 | 1001000 | 1000001 | 0 | 11010 | 11101010 | 111001 | 101111 |
Color Harmonies of #3442BC
Complementary color
Monochromatic Colors of #3442BC
Black with #3442BC
Text Example
Text Example
White with #3442BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3442BC; }
p { color: rgb(52,66,188); }
H1.HeaderClassName
{
color: #3442BC;
}
.AnyTagClassName
{
color: #3442BC;
}
</style>
background-color css
<style>
a { background-color: #3442BC; }
a { background-color: rgb(52,66,188); }
div.DivClassName
{
background-color: #3442BC;
}
.BgClassName
{
background-color: #3442BC;
}
</style>
border-color css
<style>
span { border-color: #3442BC; }
span { border-color: rgb(52,66,188); }
td.TdClassName
{
border-color: #3442BC;
}
.TagClassName
{
border-color: #3442BC;
}
</style>