Shades of Cerulean Blue #345BC4
Tints of Cerulean Blue #345BC4
RGB
CMYK
RGB Variations
Color information
#345BC4 (or 0x345BC4) is known color: Cerulean Blue. HEX triplet: 34, 5B and C4. RGB value is (52,91,196). Sum of RGB (Red+Green+Blue) = 52+91+196=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 196 (76.95% from 255 or 57.82% from 339); Max value from RGB is 196 - color contains mainly: blue. Hex color #345BC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345BC4 is #CBA43B. Grayscale: #5A5A5A. Windows color (decimal): -13345852 or 12868404. OLE color: 12868404.
HSL color Cylindrical-coordinate representation of color #345BC4: hue angle of 223.75º 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 #345BC4 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 91 | 196 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.23 |
| HSL | 223.75º | 0.58% | 0.49% | - |
| HSV(B) | 223.75º | 0.73% | 0.77% | - |
| XYZ | 15.12 | 12.2 | 53.78 | - |
| YUV | 91.31 | 187.08 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 196 | 0.73 | 0.54 | 0 | 0.23 | 223.75 | 0.58 | 0.49 |
| Hex | 34 | 5B | C4 | 49 | 36 | 0 | 17 | E0 | 3A | 31 |
| Octal | 64 | 133 | 304 | 111 | 66 | 0 | 27 | 340 | 72 | 61 |
| Binary | 110100 | 1011011 | 11000100 | 1001001 | 110110 | 0 | 10111 | 11100000 | 111010 | 110001 |
Color Harmonies of #345BC4
Complementary color
Monochromatic Colors of #345BC4
Black with #345BC4
Text Example
Text Example
White with #345BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345BC4; }
p { color: rgb(52,91,196); }
H1.HeaderClassName
{
color: #345BC4;
}
.AnyTagClassName
{
color: #345BC4;
}
</style>
background-color css
<style>
a { background-color: #345BC4; }
a { background-color: rgb(52,91,196); }
div.DivClassName
{
background-color: #345BC4;
}
.BgClassName
{
background-color: #345BC4;
}
</style>
border-color css
<style>
span { border-color: #345BC4; }
span { border-color: rgb(52,91,196); }
td.TdClassName
{
border-color: #345BC4;
}
.TagClassName
{
border-color: #345BC4;
}
</style>