#345EB1

Color #345EB1 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #345EB1

Tints of Cerulean Blue #345EB1

Color information

#345EB1 (or 0x345EB1) is unknown color: approx Cerulean Blue. HEX triplet: 34, 5E and B1. RGB value is (52,94,177). Sum of RGB (Red+Green+Blue) = 52+94+177=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 177 (69.53% from 255 or 54.80% from 323); Max value from RGB is 177 - color contains mainly: blue. Hex color #345EB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345EB1 is #CBA14E. Grayscale: #5A5A5A. Windows color (decimal): -13345103 or 11623988. OLE color: 11623988.

HSL color Cylindrical-coordinate representation of color #345EB1: hue angle of 219.84º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #345EB1 is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5294177-
CMYK0.710.4700.31
HSL219.84º54.59%44.9%-
HSV(B)219.84º70.62%69.41%-
XYZ13.3511.9143.19-
YUV90.9176.59100.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 16.10%
GREEN value IS 94 (37.11% from 255) = 29.10%
BLUE value IS 177 (69.53% from 255) = 54.80%
R=16.10%
G=29.10%
B=54.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal52941770.710.4700.31219.8454.5944.9
Hex345EB1472F01Fdc372d
Octal64136261107570373346755
Binary110100101111010110001100011110111101111111011100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345EB1; }

 p { color: rgb(52,94,177); }

 H1.HeaderClassName
 {
   color: #345EB1;
 }
 .AnyTagClassName
 {
   color: #345EB1;
 }
</style>
background-color css

<style>
 a { background-color: #345EB1; }

 a { background-color: rgb(52,94,177); }

 div.DivClassName
 {
   background-color: #345EB1;
 }
 .BgClassName
 {
   background-color: #345EB1;
 }
</style>
border-color css

<style>
 span { border-color: #345EB1; }

 span { border-color: rgb(52,94,177); }

 td.TdClassName
 {
   border-color: #345EB1;
 }
 .TagClassName
 {
   border-color: #345EB1;
 }
</style>