Shades of Cerulean Blue #345DB3
Tints of Cerulean Blue #345DB3
RGB
CMYK
RGB Variations
Color information
#345DB3 (or 0x345DB3) is known color: Cerulean Blue. HEX triplet: 34, 5D and B3. RGB value is (52,93,179). Sum of RGB (Red+Green+Blue) = 52+93+179=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 179 (70.31% from 255 or 55.25% from 324); Max value from RGB is 179 - color contains mainly: blue. Hex color #345DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345DB3 is #CBA24C. Grayscale: #5A5A5A. Windows color (decimal): -13345357 or 11754804. OLE color: 11754804.
HSL color Cylindrical-coordinate representation of color #345DB3: hue angle of 220.63º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #345DB3 is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 52 | 93 | 179 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.30 |
| HSL | 220.63º | 0.55% | 0.45% | - |
| HSV(B) | 220.63º | 0.71% | 0.7% | - |
| XYZ | 13.47 | 11.81 | 44.22 | - |
| YUV | 90.55 | 177.92 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 179 | 0.71 | 0.48 | 0 | 0.30 | 220.63 | 0.55 | 0.45 |
| Hex | 34 | 5D | B3 | 47 | 30 | 0 | 1E | DD | 37 | 2D |
| Octal | 64 | 135 | 263 | 107 | 60 | 0 | 36 | 335 | 67 | 55 |
| Binary | 110100 | 1011101 | 10110011 | 1000111 | 110000 | 0 | 11110 | 11011101 | 110111 | 101101 |
Color Harmonies of #345DB3
Complementary color
Monochromatic Colors of #345DB3
Black with #345DB3
Text Example
Text Example
White with #345DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345DB3; }
p { color: rgb(52,93,179); }
H1.HeaderClassName
{
color: #345DB3;
}
.AnyTagClassName
{
color: #345DB3;
}
</style>
background-color css
<style>
a { background-color: #345DB3; }
a { background-color: rgb(52,93,179); }
div.DivClassName
{
background-color: #345DB3;
}
.BgClassName
{
background-color: #345DB3;
}
</style>
border-color css
<style>
span { border-color: #345DB3; }
span { border-color: rgb(52,93,179); }
td.TdClassName
{
border-color: #345DB3;
}
.TagClassName
{
border-color: #345DB3;
}
</style>