Shades of Cerulean Blue #345AB0
Tints of Cerulean Blue #345AB0
RGB
CMYK
RGB Variations
Color information
#345AB0 (or 0x345AB0) is known color: Cerulean Blue. HEX triplet: 34, 5A and B0. RGB value is (52,90,176). Sum of RGB (Red+Green+Blue) = 52+90+176=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 176 (69.14% from 255 or 55.35% from 318); Max value from RGB is 176 - color contains mainly: blue. Hex color #345AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345AB0 is #CBA54F. Grayscale: #585858. Windows color (decimal): -13346128 or 11557428. OLE color: 11557428.
HSL color Cylindrical-coordinate representation of color #345AB0: hue angle of 221.61º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #345AB0 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 90 | 176 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.31 |
| HSL | 221.61º | 0.54% | 0.45% | - |
| HSV(B) | 221.61º | 0.7% | 0.69% | - |
| XYZ | 12.91 | 11.18 | 42.55 | - |
| YUV | 88.44 | 177.41 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 176 | 0.70 | 0.49 | 0 | 0.31 | 221.61 | 0.54 | 0.45 |
| Hex | 34 | 5A | B0 | 46 | 31 | 0 | 1F | DE | 36 | 2D |
| Octal | 64 | 132 | 260 | 106 | 61 | 0 | 37 | 336 | 66 | 55 |
| Binary | 110100 | 1011010 | 10110000 | 1000110 | 110001 | 0 | 11111 | 11011110 | 110110 | 101101 |
Color Harmonies of #345AB0
Complementary color
Monochromatic Colors of #345AB0
Black with #345AB0
Text Example
Text Example
White with #345AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345AB0; }
p { color: rgb(52,90,176); }
H1.HeaderClassName
{
color: #345AB0;
}
.AnyTagClassName
{
color: #345AB0;
}
</style>
background-color css
<style>
a { background-color: #345AB0; }
a { background-color: rgb(52,90,176); }
div.DivClassName
{
background-color: #345AB0;
}
.BgClassName
{
background-color: #345AB0;
}
</style>
border-color css
<style>
span { border-color: #345AB0; }
span { border-color: rgb(52,90,176); }
td.TdClassName
{
border-color: #345AB0;
}
.TagClassName
{
border-color: #345AB0;
}
</style>