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