Shades of Cerulean Blue #345EC4
Tints of Cerulean Blue #345EC4
RGB
CMYK
RGB Variations
Color information
#345EC4 (or 0x345EC4) is known color: Cerulean Blue. HEX triplet: 34, 5E and C4. RGB value is (52,94,196). Sum of RGB (Red+Green+Blue) = 52+94+196=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 196 (76.95% from 255 or 57.31% from 342); Max value from RGB is 196 - color contains mainly: blue. Hex color #345EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345EC4 is #CBA13B. Grayscale: #5C5C5C. Windows color (decimal): -13345084 or 12869172. OLE color: 12869172.
HSL color Cylindrical-coordinate representation of color #345EC4: hue angle of 222.5º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #345EC4 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 94 | 196 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.23 |
| HSL | 222.5º | 0.58% | 0.49% | - |
| HSV(B) | 222.5º | 0.73% | 0.77% | - |
| XYZ | 15.38 | 12.72 | 53.87 | - |
| YUV | 93.07 | 186.09 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 196 | 0.73 | 0.52 | 0 | 0.23 | 222.5 | 0.58 | 0.49 |
| Hex | 34 | 5E | C4 | 49 | 34 | 0 | 17 | DE | 3A | 31 |
| Octal | 64 | 136 | 304 | 111 | 64 | 0 | 27 | 336 | 72 | 61 |
| Binary | 110100 | 1011110 | 11000100 | 1001001 | 110100 | 0 | 10111 | 11011110 | 111010 | 110001 |
Color Harmonies of #345EC4
Complementary color
Monochromatic Colors of #345EC4
Black with #345EC4
Text Example
Text Example
White with #345EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345EC4; }
p { color: rgb(52,94,196); }
H1.HeaderClassName
{
color: #345EC4;
}
.AnyTagClassName
{
color: #345EC4;
}
</style>
background-color css
<style>
a { background-color: #345EC4; }
a { background-color: rgb(52,94,196); }
div.DivClassName
{
background-color: #345EC4;
}
.BgClassName
{
background-color: #345EC4;
}
</style>
border-color css
<style>
span { border-color: #345EC4; }
span { border-color: rgb(52,94,196); }
td.TdClassName
{
border-color: #345EC4;
}
.TagClassName
{
border-color: #345EC4;
}
</style>