Shades of Cerulean Blue #345EC3
Tints of Cerulean Blue #345EC3
RGB
CMYK
RGB Variations
Color information
#345EC3 (or 0x345EC3) is known color: Cerulean Blue. HEX triplet: 34, 5E and C3. RGB value is (52,94,195). Sum of RGB (Red+Green+Blue) = 52+94+195=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 195 (76.56% from 255 or 57.18% from 341); Max value from RGB is 195 - color contains mainly: blue. Hex color #345EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345EC3 is #CBA13C. Grayscale: #5C5C5C. Windows color (decimal): -13345085 or 12803636. OLE color: 12803636.
HSL color Cylindrical-coordinate representation of color #345EC3: hue angle of 222.38º 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 #345EC3 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 94 | 195 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.24 |
| HSL | 222.38º | 0.58% | 0.48% | - |
| HSV(B) | 222.38º | 0.73% | 0.76% | - |
| XYZ | 15.27 | 12.68 | 53.27 | - |
| YUV | 92.96 | 185.59 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 195 | 0.73 | 0.52 | 0 | 0.24 | 222.38 | 0.58 | 0.48 |
| Hex | 34 | 5E | C3 | 49 | 34 | 0 | 18 | DE | 3A | 30 |
| Octal | 64 | 136 | 303 | 111 | 64 | 0 | 30 | 336 | 72 | 60 |
| Binary | 110100 | 1011110 | 11000011 | 1001001 | 110100 | 0 | 11000 | 11011110 | 111010 | 110000 |
Color Harmonies of #345EC3
Complementary color
Monochromatic Colors of #345EC3
Black with #345EC3
Text Example
Text Example
White with #345EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345EC3; }
p { color: rgb(52,94,195); }
H1.HeaderClassName
{
color: #345EC3;
}
.AnyTagClassName
{
color: #345EC3;
}
</style>
background-color css
<style>
a { background-color: #345EC3; }
a { background-color: rgb(52,94,195); }
div.DivClassName
{
background-color: #345EC3;
}
.BgClassName
{
background-color: #345EC3;
}
</style>
border-color css
<style>
span { border-color: #345EC3; }
span { border-color: rgb(52,94,195); }
td.TdClassName
{
border-color: #345EC3;
}
.TagClassName
{
border-color: #345EC3;
}
</style>