#345CBC

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

Shades of Cerulean Blue #345CBC

Tints of Cerulean Blue #345CBC

Color information

#345CBC (or 0x345CBC) is unknown color: approx Cerulean Blue. HEX triplet: 34, 5C and BC. RGB value is (52,92,188). Sum of RGB (Red+Green+Blue) = 52+92+188=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #345CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CBC is #CBA343. Grayscale: #5A5A5A. Windows color (decimal): -13345604 or 12344372. OLE color: 12344372.

HSL color Cylindrical-coordinate representation of color #345CBC: hue angle of 222.35º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #345CBC is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5292188-
CMYK0.720.5100.26
HSL222.35º56.67%47.06%-
HSV(B)222.35º72.34%73.73%-
XYZ14.3212.0249.14-
YUV90.98182.75100.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.66%
GREEN value IS 92 (36.33% from 255) = 27.71%
BLUE value IS 188 (73.83% from 255) = 56.63%
R=15.66%
G=27.71%
B=56.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52921880.720.5100.26222.3556.6747.06
Hex345CBC483301Ade392f
Octal64134274110630323367157
Binary110100101110010111100100100011001101101011011110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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