#345EBB

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

Shades of Cerulean Blue #345EBB

Tints of Cerulean Blue #345EBB

Color information

#345EBB (or 0x345EBB) is unknown color: approx Cerulean Blue. HEX triplet: 34, 5E and BB. RGB value is (52,94,187). Sum of RGB (Red+Green+Blue) = 52+94+187=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #345EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345EBB is #CBA144. Grayscale: #5B5B5B. Windows color (decimal): -13345093 or 12279348. OLE color: 12279348.

HSL color Cylindrical-coordinate representation of color #345EBB: hue angle of 221.33º 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 #345EBB is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5294187-
CMYK0.720.5000.27
HSL221.33º56.49%46.86%-
HSV(B)221.33º72.19%73.33%-
XYZ14.3912.3248.63-
YUV92.04181.5999.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.62%
GREEN value IS 94 (37.11% from 255) = 28.23%
BLUE value IS 187 (73.44% from 255) = 56.16%
R=15.62%
G=28.23%
B=56.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52941870.720.5000.27221.3356.4946.86
Hex345EBB483201Bdd382f
Octal64136273110620333357057
Binary110100101111010111011100100011001001101111011101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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