#345EB9

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

Shades of Cerulean Blue #345EB9

Tints of Cerulean Blue #345EB9

Color information

#345EB9 (or 0x345EB9) is unknown color: approx Cerulean Blue. HEX triplet: 34, 5E and B9. RGB value is (52,94,185). Sum of RGB (Red+Green+Blue) = 52+94+185=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 185 (72.66% from 255 or 55.89% from 331); Max value from RGB is 185 - color contains mainly: blue. Hex color #345EB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345EB9 is #CBA146. Grayscale: #5B5B5B. Windows color (decimal): -13345095 or 12148276. OLE color: 12148276.

HSL color Cylindrical-coordinate representation of color #345EB9: hue angle of 221.05º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #345EB9 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5294185-
CMYK0.720.4900.27
HSL221.05º56.12%46.47%-
HSV(B)221.05º71.89%72.55%-
XYZ14.1812.2447.51-
YUV91.82180.5999.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.71%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 185 (72.66% from 255) = 55.89%
R=15.71%
G=28.40%
B=55.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52941850.720.4900.27221.0556.1246.47
Hex345EB9483101Bdd382e
Octal64136271110610333357056
Binary110100101111010111001100100011000101101111011101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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