#345CBA

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

Shades of Cerulean Blue #345CBA

Tints of Cerulean Blue #345CBA

Color information

#345CBA (or 0x345CBA) is unknown color: approx Cerulean Blue. HEX triplet: 34, 5C and BA. RGB value is (52,92,186). Sum of RGB (Red+Green+Blue) = 52+92+186=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #345CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CBA is #CBA345. Grayscale: #5A5A5A. Windows color (decimal): -13345606 or 12213300. OLE color: 12213300.

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

Color convert

RGB5292186-
CMYK0.720.5100.27
HSL222.09º56.3%46.67%-
HSV(B)222.09º72.04%72.94%-
XYZ14.1111.9348.01-
YUV90.76181.75100.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.76%
GREEN value IS 92 (36.33% from 255) = 27.88%
BLUE value IS 186 (73.05% from 255) = 56.36%
R=15.76%
G=27.88%
B=56.36%

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
Decimal52921860.720.5100.27222.0956.346.67
Hex345CBA483301Bde382f
Octal64134272110630333367057
Binary110100101110010111010100100011001101101111011110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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