Shades of Cerulean Blue #346CC1
Tints of Cerulean Blue #346CC1
RGB
CMYK
RGB Variations
Color information
#346CC1 (or 0x346CC1) is known color: Cerulean Blue. HEX triplet: 34, 6C and C1. RGB value is (52,108,193). Sum of RGB (Red+Green+Blue) = 52+108+193=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #346CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346CC1 is #CB933E. Grayscale: #646464. Windows color (decimal): -13341503 or 12676148. OLE color: 12676148.
HSL color Cylindrical-coordinate representation of color #346CC1: hue angle of 216.17º 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 #346CC1 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 108 | 193 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.24 |
| HSL | 216.17º | 0.58% | 0.48% | - |
| HSV(B) | 216.17º | 0.73% | 0.76% | - |
| XYZ | 16.4 | 15.31 | 52.54 | - |
| YUV | 100.95 | 179.95 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 193 | 0.73 | 0.44 | 0 | 0.24 | 216.17 | 0.58 | 0.48 |
| Hex | 34 | 6C | C1 | 49 | 2C | 0 | 18 | D8 | 3A | 30 |
| Octal | 64 | 154 | 301 | 111 | 54 | 0 | 30 | 330 | 72 | 60 |
| Binary | 110100 | 1101100 | 11000001 | 1001001 | 101100 | 0 | 11000 | 11011000 | 111010 | 110000 |
Color Harmonies of #346CC1
Complementary color
Monochromatic Colors of #346CC1
Black with #346CC1
Text Example
Text Example
White with #346CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346CC1; }
p { color: rgb(52,108,193); }
H1.HeaderClassName
{
color: #346CC1;
}
.AnyTagClassName
{
color: #346CC1;
}
</style>
background-color css
<style>
a { background-color: #346CC1; }
a { background-color: rgb(52,108,193); }
div.DivClassName
{
background-color: #346CC1;
}
.BgClassName
{
background-color: #346CC1;
}
</style>
border-color css
<style>
span { border-color: #346CC1; }
span { border-color: rgb(52,108,193); }
td.TdClassName
{
border-color: #346CC1;
}
.TagClassName
{
border-color: #346CC1;
}
</style>