Shades of Cerulean Blue #345EB3
Tints of Cerulean Blue #345EB3
RGB
CMYK
RGB Variations
Color information
#345EB3 (or 0x345EB3) is known color: Cerulean Blue. HEX triplet: 34, 5E and B3. RGB value is (52,94,179). Sum of RGB (Red+Green+Blue) = 52+94+179=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 179 (70.31% from 255 or 55.08% from 325); Max value from RGB is 179 - color contains mainly: blue. Hex color #345EB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345EB3 is #CBA14C. Grayscale: #5A5A5A. Windows color (decimal): -13345101 or 11755060. OLE color: 11755060.
HSL color Cylindrical-coordinate representation of color #345EB3: hue angle of 220.16º 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 #345EB3 is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 52 | 94 | 179 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.30 |
| HSL | 220.16º | 0.55% | 0.45% | - |
| HSV(B) | 220.16º | 0.71% | 0.7% | - |
| XYZ | 13.56 | 11.99 | 44.25 | - |
| YUV | 91.13 | 177.59 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 179 | 0.71 | 0.47 | 0 | 0.30 | 220.16 | 0.55 | 0.45 |
| Hex | 34 | 5E | B3 | 47 | 2F | 0 | 1E | DC | 37 | 2D |
| Octal | 64 | 136 | 263 | 107 | 57 | 0 | 36 | 334 | 67 | 55 |
| Binary | 110100 | 1011110 | 10110011 | 1000111 | 101111 | 0 | 11110 | 11011100 | 110111 | 101101 |
Color Harmonies of #345EB3
Complementary color
Monochromatic Colors of #345EB3
Black with #345EB3
Text Example
Text Example
White with #345EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345EB3; }
p { color: rgb(52,94,179); }
H1.HeaderClassName
{
color: #345EB3;
}
.AnyTagClassName
{
color: #345EB3;
}
</style>
background-color css
<style>
a { background-color: #345EB3; }
a { background-color: rgb(52,94,179); }
div.DivClassName
{
background-color: #345EB3;
}
.BgClassName
{
background-color: #345EB3;
}
</style>
border-color css
<style>
span { border-color: #345EB3; }
span { border-color: rgb(52,94,179); }
td.TdClassName
{
border-color: #345EB3;
}
.TagClassName
{
border-color: #345EB3;
}
</style>