#345BBA

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

Shades of Cerulean Blue #345BBA

Tints of Cerulean Blue #345BBA

Color information

#345BBA (or 0x345BBA) is unknown color: approx Cerulean Blue. HEX triplet: 34, 5B and BA. RGB value is (52,91,186). Sum of RGB (Red+Green+Blue) = 52+91+186=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #345BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345BBA is #CBA445. Grayscale: #595959. Windows color (decimal): -13345862 or 12213044. OLE color: 12213044.

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

Color convert

RGB5291186-
CMYK0.720.5100.27
HSL222.54º56.3%46.67%-
HSV(B)222.54º72.04%72.94%-
XYZ14.0211.7647.98-
YUV90.17182.08100.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.81%
GREEN value IS 91 (35.94% from 255) = 27.66%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=15.81%
G=27.66%
B=56.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52911860.720.5100.27222.5456.346.67
Hex345BBA483301Bdf382f
Octal64133272110630333377057
Binary110100101101110111010100100011001101101111011111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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