Shades of Cerulean Blue #345EC7
Tints of Cerulean Blue #345EC7
RGB
CMYK
RGB Variations
Color information
#345EC7 (or 0x345EC7) is known color: Cerulean Blue. HEX triplet: 34, 5E and C7. RGB value is (52,94,199). Sum of RGB (Red+Green+Blue) = 52+94+199=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 199 (78.12% from 255 or 57.68% from 345); Max value from RGB is 199 - color contains mainly: blue. Hex color #345EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345EC7 is #CBA138. Grayscale: #5C5C5C. Windows color (decimal): -13345081 or 13065780. OLE color: 13065780.
HSL color Cylindrical-coordinate representation of color #345EC7: hue angle of 222.86º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #345EC7 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 94 | 199 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.22 |
| HSL | 222.86º | 0.59% | 0.49% | - |
| HSV(B) | 222.86º | 0.74% | 0.78% | - |
| XYZ | 15.73 | 12.86 | 55.69 | - |
| YUV | 93.41 | 187.59 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 199 | 0.74 | 0.53 | 0 | 0.22 | 222.86 | 0.59 | 0.49 |
| Hex | 34 | 5E | C7 | 4A | 35 | 0 | 16 | DF | 3B | 31 |
| Octal | 64 | 136 | 307 | 112 | 65 | 0 | 26 | 337 | 73 | 61 |
| Binary | 110100 | 1011110 | 11000111 | 1001010 | 110101 | 0 | 10110 | 11011111 | 111011 | 110001 |
Color Harmonies of #345EC7
Complementary color
Monochromatic Colors of #345EC7
Black with #345EC7
Text Example
Text Example
White with #345EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345EC7; }
p { color: rgb(52,94,199); }
H1.HeaderClassName
{
color: #345EC7;
}
.AnyTagClassName
{
color: #345EC7;
}
</style>
background-color css
<style>
a { background-color: #345EC7; }
a { background-color: rgb(52,94,199); }
div.DivClassName
{
background-color: #345EC7;
}
.BgClassName
{
background-color: #345EC7;
}
</style>
border-color css
<style>
span { border-color: #345EC7; }
span { border-color: rgb(52,94,199); }
td.TdClassName
{
border-color: #345EC7;
}
.TagClassName
{
border-color: #345EC7;
}
</style>