Shades of Cerulean Blue #345DB6
Tints of Cerulean Blue #345DB6
RGB
CMYK
RGB Variations
Color information
#345DB6 (or 0x345DB6) is known color: Cerulean Blue. HEX triplet: 34, 5D and B6. RGB value is (52,93,182). Sum of RGB (Red+Green+Blue) = 52+93+182=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 182 (71.48% from 255 or 55.66% from 327); Max value from RGB is 182 - color contains mainly: blue. Hex color #345DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345DB6 is #CBA249. Grayscale: #5A5A5A. Windows color (decimal): -13345354 or 11951412. OLE color: 11951412.
HSL color Cylindrical-coordinate representation of color #345DB6: hue angle of 221.08º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #345DB6 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 93 | 182 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.29 |
| HSL | 221.08º | 0.56% | 0.46% | - |
| HSV(B) | 221.08º | 0.71% | 0.71% | - |
| XYZ | 13.77 | 11.94 | 45.83 | - |
| YUV | 90.89 | 179.42 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 182 | 0.71 | 0.49 | 0 | 0.29 | 221.08 | 0.56 | 0.46 |
| Hex | 34 | 5D | B6 | 47 | 31 | 0 | 1D | DD | 38 | 2E |
| Octal | 64 | 135 | 266 | 107 | 61 | 0 | 35 | 335 | 70 | 56 |
| Binary | 110100 | 1011101 | 10110110 | 1000111 | 110001 | 0 | 11101 | 11011101 | 111000 | 101110 |
Color Harmonies of #345DB6
Complementary color
Monochromatic Colors of #345DB6
Black with #345DB6
Text Example
Text Example
White with #345DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345DB6; }
p { color: rgb(52,93,182); }
H1.HeaderClassName
{
color: #345DB6;
}
.AnyTagClassName
{
color: #345DB6;
}
</style>
background-color css
<style>
a { background-color: #345DB6; }
a { background-color: rgb(52,93,182); }
div.DivClassName
{
background-color: #345DB6;
}
.BgClassName
{
background-color: #345DB6;
}
</style>
border-color css
<style>
span { border-color: #345DB6; }
span { border-color: rgb(52,93,182); }
td.TdClassName
{
border-color: #345DB6;
}
.TagClassName
{
border-color: #345DB6;
}
</style>