Shades of Cerulean Blue #345FC5
Tints of Cerulean Blue #345FC5
RGB
CMYK
RGB Variations
Color information
#345FC5 (or 0x345FC5) is known color: Cerulean Blue. HEX triplet: 34, 5F and C5. RGB value is (52,95,197). Sum of RGB (Red+Green+Blue) = 52+95+197=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 197 (77.34% from 255 or 57.27% from 344); Max value from RGB is 197 - color contains mainly: blue. Hex color #345FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345FC5 is #CBA03A. Grayscale: #5D5D5D. Windows color (decimal): -13344827 or 12934964. OLE color: 12934964.
HSL color Cylindrical-coordinate representation of color #345FC5: hue angle of 222.21º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #345FC5 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 95 | 197 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.23 |
| HSL | 222.21º | 0.58% | 0.49% | - |
| HSV(B) | 222.21º | 0.74% | 0.77% | - |
| XYZ | 15.59 | 12.95 | 54.5 | - |
| YUV | 93.77 | 186.25 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 197 | 0.74 | 0.52 | 0 | 0.23 | 222.21 | 0.58 | 0.49 |
| Hex | 34 | 5F | C5 | 4A | 34 | 0 | 17 | DE | 3A | 31 |
| Octal | 64 | 137 | 305 | 112 | 64 | 0 | 27 | 336 | 72 | 61 |
| Binary | 110100 | 1011111 | 11000101 | 1001010 | 110100 | 0 | 10111 | 11011110 | 111010 | 110001 |
Color Harmonies of #345FC5
Complementary color
Monochromatic Colors of #345FC5
Black with #345FC5
Text Example
Text Example
White with #345FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345FC5; }
p { color: rgb(52,95,197); }
H1.HeaderClassName
{
color: #345FC5;
}
.AnyTagClassName
{
color: #345FC5;
}
</style>
background-color css
<style>
a { background-color: #345FC5; }
a { background-color: rgb(52,95,197); }
div.DivClassName
{
background-color: #345FC5;
}
.BgClassName
{
background-color: #345FC5;
}
</style>
border-color css
<style>
span { border-color: #345FC5; }
span { border-color: rgb(52,95,197); }
td.TdClassName
{
border-color: #345FC5;
}
.TagClassName
{
border-color: #345FC5;
}
</style>