Shades of Cerulean Blue #3449C3
Tints of Cerulean Blue #3449C3
RGB
CMYK
RGB Variations
Color information
#3449C3 (or 0x3449C3) is known color: Cerulean Blue. HEX triplet: 34, 49 and C3. RGB value is (52,73,195). Sum of RGB (Red+Green+Blue) = 52+73+195=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 195 (76.56% from 255 or 60.94% from 320); Max value from RGB is 195 - color contains mainly: blue. Hex color #3449C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3449C3 is #CBB63C. Grayscale: #505050. Windows color (decimal): -13350461 or 12798260. OLE color: 12798260.
HSL color Cylindrical-coordinate representation of color #3449C3: hue angle of 231.19º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3449C3 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 73 | 195 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.24 |
| HSL | 231.19º | 0.58% | 0.48% | - |
| HSV(B) | 231.19º | 0.73% | 0.76% | - |
| XYZ | 13.65 | 9.44 | 52.73 | - |
| YUV | 80.63 | 192.54 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 195 | 0.73 | 0.63 | 0 | 0.24 | 231.19 | 0.58 | 0.48 |
| Hex | 34 | 49 | C3 | 49 | 3F | 0 | 18 | E7 | 3A | 30 |
| Octal | 64 | 111 | 303 | 111 | 77 | 0 | 30 | 347 | 72 | 60 |
| Binary | 110100 | 1001001 | 11000011 | 1001001 | 111111 | 0 | 11000 | 11100111 | 111010 | 110000 |
Color Harmonies of #3449C3
Complementary color
Monochromatic Colors of #3449C3
Black with #3449C3
Text Example
Text Example
White with #3449C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3449C3; }
p { color: rgb(52,73,195); }
H1.HeaderClassName
{
color: #3449C3;
}
.AnyTagClassName
{
color: #3449C3;
}
</style>
background-color css
<style>
a { background-color: #3449C3; }
a { background-color: rgb(52,73,195); }
div.DivClassName
{
background-color: #3449C3;
}
.BgClassName
{
background-color: #3449C3;
}
</style>
border-color css
<style>
span { border-color: #3449C3; }
span { border-color: rgb(52,73,195); }
td.TdClassName
{
border-color: #3449C3;
}
.TagClassName
{
border-color: #3449C3;
}
</style>