#345EB5

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

Shades of Cerulean Blue #345EB5

Tints of Cerulean Blue #345EB5

Color information

#345EB5 (or 0x345EB5) is unknown color: approx Cerulean Blue. HEX triplet: 34, 5E and B5. RGB value is (52,94,181). Sum of RGB (Red+Green+Blue) = 52+94+181=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 181 (71.09% from 255 or 55.35% from 327); Max value from RGB is 181 - color contains mainly: blue. Hex color #345EB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345EB5 is #CBA14A. Grayscale: #5A5A5A. Windows color (decimal): -13345099 or 11886132. OLE color: 11886132.

HSL color Cylindrical-coordinate representation of color #345EB5: hue angle of 220.47º degrees, saturation: 0.55, 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 #345EB5 is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5294181-
CMYK0.710.4800.29
HSL220.47º55.36%45.69%-
HSV(B)220.47º71.27%70.98%-
XYZ13.7612.0745.32-
YUV91.36178.5999.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.90%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 181 (71.09% from 255) = 55.35%
R=15.90%
G=28.75%
B=55.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52941810.710.4800.29220.4755.3645.69
Hex345EB5473001Ddc372e
Octal64136265107600353346756
Binary110100101111010110101100011111000001110111011100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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