Shades of Cerulean Blue #345DC1
Tints of Cerulean Blue #345DC1
RGB
CMYK
RGB Variations
Color information
#345DC1 (or 0x345DC1) is known color: Cerulean Blue. HEX triplet: 34, 5D and C1. RGB value is (52,93,193). Sum of RGB (Red+Green+Blue) = 52+93+193=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #345DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345DC1 is #CBA23E. Grayscale: #5B5B5B. Windows color (decimal): -13345343 or 12672308. OLE color: 12672308.
HSL color Cylindrical-coordinate representation of color #345DC1: hue angle of 222.55º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #345DC1 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 93 | 193 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.24 |
| HSL | 222.55º | 0.58% | 0.48% | - |
| HSV(B) | 222.55º | 0.73% | 0.76% | - |
| XYZ | 14.96 | 12.41 | 52.06 | - |
| YUV | 92.14 | 184.92 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 193 | 0.73 | 0.52 | 0 | 0.24 | 222.55 | 0.58 | 0.48 |
| Hex | 34 | 5D | C1 | 49 | 34 | 0 | 18 | DF | 3A | 30 |
| Octal | 64 | 135 | 301 | 111 | 64 | 0 | 30 | 337 | 72 | 60 |
| Binary | 110100 | 1011101 | 11000001 | 1001001 | 110100 | 0 | 11000 | 11011111 | 111010 | 110000 |
Color Harmonies of #345DC1
Complementary color
Monochromatic Colors of #345DC1
Black with #345DC1
Text Example
Text Example
White with #345DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345DC1; }
p { color: rgb(52,93,193); }
H1.HeaderClassName
{
color: #345DC1;
}
.AnyTagClassName
{
color: #345DC1;
}
</style>
background-color css
<style>
a { background-color: #345DC1; }
a { background-color: rgb(52,93,193); }
div.DivClassName
{
background-color: #345DC1;
}
.BgClassName
{
background-color: #345DC1;
}
</style>
border-color css
<style>
span { border-color: #345DC1; }
span { border-color: rgb(52,93,193); }
td.TdClassName
{
border-color: #345DC1;
}
.TagClassName
{
border-color: #345DC1;
}
</style>