#345EBA

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

Shades of Cerulean Blue #345EBA

Tints of Cerulean Blue #345EBA

Color information

#345EBA (or 0x345EBA) is unknown color: approx Cerulean Blue. HEX triplet: 34, 5E and BA. RGB value is (52,94,186). Sum of RGB (Red+Green+Blue) = 52+94+186=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #345EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345EBA is #CBA145. Grayscale: #5B5B5B. Windows color (decimal): -13345094 or 12213812. OLE color: 12213812.

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

Color convert

RGB5294186-
CMYK0.720.4900.27
HSL221.19º56.3%46.67%-
HSV(B)221.19º72.04%72.94%-
XYZ14.2812.2848.07-
YUV91.93181.0999.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.66%
GREEN value IS 94 (37.11% from 255) = 28.31%
BLUE value IS 186 (73.05% from 255) = 56.02%
R=15.66%
G=28.31%
B=56.02%

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
Decimal52941860.720.4900.27221.1956.346.67
Hex345EBA483101Bdd382f
Octal64136272110610333357057
Binary110100101111010111010100100011000101101111011101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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