#345CAF

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

Shades of Cerulean Blue #345CAF

Tints of Cerulean Blue #345CAF

Color information

#345CAF (or 0x345CAF) is unknown color: approx Cerulean Blue. HEX triplet: 34, 5C and AF. RGB value is (52,92,175). Sum of RGB (Red+Green+Blue) = 52+92+175=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #345CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345CAF is #CBA350. Grayscale: #595959. Windows color (decimal): -13345617 or 11492404. OLE color: 11492404.

HSL color Cylindrical-coordinate representation of color #345CAF: hue angle of 220.49º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #345CAF is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5292175-
CMYK0.700.4700.31
HSL220.49º54.19%44.51%-
HSV(B)220.49º70.29%68.63%-
XYZ12.9811.4842.09-
YUV89.5176.25101.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.30%
GREEN value IS 92 (36.33% from 255) = 28.84%
BLUE value IS 175 (68.75% from 255) = 54.86%
R=16.30%
G=28.84%
B=54.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal52921750.700.4700.31220.4954.1944.51
Hex345CAF462F01Fdc362d
Octal64134257106570373346655
Binary110100101110010101111100011010111101111111011100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,92,175); }

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

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

 a { background-color: rgb(52,92,175); }

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

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

 span { border-color: rgb(52,92,175); }

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