Shades of Cerulean Blue #345CB6
Tints of Cerulean Blue #345CB6
RGB
CMYK
RGB Variations
Color information
#345CB6 (or 0x345CB6) is known color: Cerulean Blue. HEX triplet: 34, 5C and B6. RGB value is (52,92,182). Sum of RGB (Red+Green+Blue) = 52+92+182=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 182 (71.48% from 255 or 55.83% from 326); Max value from RGB is 182 - color contains mainly: blue. Hex color #345CB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CB6 is #CBA349. Grayscale: #595959. Windows color (decimal): -13345610 or 11951156. OLE color: 11951156.
HSL color Cylindrical-coordinate representation of color #345CB6: hue angle of 221.54º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #345CB6 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 92 | 182 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.29 |
| HSL | 221.54º | 0.56% | 0.46% | - |
| HSV(B) | 221.54º | 0.71% | 0.71% | - |
| XYZ | 13.69 | 11.76 | 45.8 | - |
| YUV | 90.3 | 179.75 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 182 | 0.71 | 0.49 | 0 | 0.29 | 221.54 | 0.56 | 0.46 |
| Hex | 34 | 5C | B6 | 47 | 31 | 0 | 1D | DE | 38 | 2E |
| Octal | 64 | 134 | 266 | 107 | 61 | 0 | 35 | 336 | 70 | 56 |
| Binary | 110100 | 1011100 | 10110110 | 1000111 | 110001 | 0 | 11101 | 11011110 | 111000 | 101110 |
Color Harmonies of #345CB6
Complementary color
Monochromatic Colors of #345CB6
Black with #345CB6
Text Example
Text Example
White with #345CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345CB6; }
p { color: rgb(52,92,182); }
H1.HeaderClassName
{
color: #345CB6;
}
.AnyTagClassName
{
color: #345CB6;
}
</style>
background-color css
<style>
a { background-color: #345CB6; }
a { background-color: rgb(52,92,182); }
div.DivClassName
{
background-color: #345CB6;
}
.BgClassName
{
background-color: #345CB6;
}
</style>
border-color css
<style>
span { border-color: #345CB6; }
span { border-color: rgb(52,92,182); }
td.TdClassName
{
border-color: #345CB6;
}
.TagClassName
{
border-color: #345CB6;
}
</style>