Shades of Cerulean Blue #345FC6
Tints of Cerulean Blue #345FC6
RGB
CMYK
RGB Variations
Color information
#345FC6 (or 0x345FC6) is known color: Cerulean Blue. HEX triplet: 34, 5F and C6. RGB value is (52,95,198). Sum of RGB (Red+Green+Blue) = 52+95+198=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 198 (77.73% from 255 or 57.39% from 345); Max value from RGB is 198 - color contains mainly: blue. Hex color #345FC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345FC6 is #CBA039. Grayscale: #5D5D5D. Windows color (decimal): -13344826 or 13000500. OLE color: 13000500.
HSL color Cylindrical-coordinate representation of color #345FC6: hue angle of 222.33º degrees, saturation: 0.58, 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 #345FC6 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 95 | 198 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.22 |
| HSL | 222.33º | 0.58% | 0.49% | - |
| HSV(B) | 222.33º | 0.74% | 0.78% | - |
| XYZ | 15.7 | 12.99 | 55.11 | - |
| YUV | 93.89 | 186.75 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 198 | 0.74 | 0.52 | 0 | 0.22 | 222.33 | 0.58 | 0.49 |
| Hex | 34 | 5F | C6 | 4A | 34 | 0 | 16 | DE | 3A | 31 |
| Octal | 64 | 137 | 306 | 112 | 64 | 0 | 26 | 336 | 72 | 61 |
| Binary | 110100 | 1011111 | 11000110 | 1001010 | 110100 | 0 | 10110 | 11011110 | 111010 | 110001 |
Color Harmonies of #345FC6
Complementary color
Monochromatic Colors of #345FC6
Black with #345FC6
Text Example
Text Example
White with #345FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345FC6; }
p { color: rgb(52,95,198); }
H1.HeaderClassName
{
color: #345FC6;
}
.AnyTagClassName
{
color: #345FC6;
}
</style>
background-color css
<style>
a { background-color: #345FC6; }
a { background-color: rgb(52,95,198); }
div.DivClassName
{
background-color: #345FC6;
}
.BgClassName
{
background-color: #345FC6;
}
</style>
border-color css
<style>
span { border-color: #345FC6; }
span { border-color: rgb(52,95,198); }
td.TdClassName
{
border-color: #345FC6;
}
.TagClassName
{
border-color: #345FC6;
}
</style>