Shades of Cerulean Blue #3349C2
Tints of Cerulean Blue #3349C2
RGB
CMYK
RGB Variations
Color information
#3349C2 (or 0x3349C2) is known color: Cerulean Blue. HEX triplet: 33, 49 and C2. RGB value is (51,73,194). Sum of RGB (Red+Green+Blue) = 51+73+194=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 194 (76.17% from 255 or 61.01% from 318); Max value from RGB is 194 - color contains mainly: blue. Hex color #3349C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3349C2 is #CCB63D. Grayscale: #4F4F4F. Windows color (decimal): -13415998 or 12732723. OLE color: 12732723.
HSL color Cylindrical-coordinate representation of color #3349C2: hue angle of 230.77º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3349C2 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 73 | 194 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.24 |
| HSL | 230.77º | 0.58% | 0.48% | - |
| HSV(B) | 230.77º | 0.74% | 0.76% | - |
| XYZ | 13.49 | 9.36 | 52.14 | - |
| YUV | 80.22 | 192.21 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 194 | 0.74 | 0.62 | 0 | 0.24 | 230.77 | 0.58 | 0.48 |
| Hex | 33 | 49 | C2 | 4A | 3E | 0 | 18 | E7 | 3A | 30 |
| Octal | 63 | 111 | 302 | 112 | 76 | 0 | 30 | 347 | 72 | 60 |
| Binary | 110011 | 1001001 | 11000010 | 1001010 | 111110 | 0 | 11000 | 11100111 | 111010 | 110000 |
Color Harmonies of #3349C2
Complementary color
Monochromatic Colors of #3349C2
Black with #3349C2
Text Example
Text Example
White with #3349C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3349C2; }
p { color: rgb(51,73,194); }
H1.HeaderClassName
{
color: #3349C2;
}
.AnyTagClassName
{
color: #3349C2;
}
</style>
background-color css
<style>
a { background-color: #3349C2; }
a { background-color: rgb(51,73,194); }
div.DivClassName
{
background-color: #3349C2;
}
.BgClassName
{
background-color: #3349C2;
}
</style>
border-color css
<style>
span { border-color: #3349C2; }
span { border-color: rgb(51,73,194); }
td.TdClassName
{
border-color: #3349C2;
}
.TagClassName
{
border-color: #3349C2;
}
</style>