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