#345FBC

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

Shades of Cerulean Blue #345FBC

Tints of Cerulean Blue #345FBC

Color information

#345FBC (or 0x345FBC) is unknown color: approx Cerulean Blue. HEX triplet: 34, 5F and BC. RGB value is (52,95,188). Sum of RGB (Red+Green+Blue) = 52+95+188=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #345FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345FBC is #CBA043. Grayscale: #5C5C5C. Windows color (decimal): -13344836 or 12345140. OLE color: 12345140.

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

Color convert

RGB5295188-
CMYK0.720.4900.26
HSL221.03º56.67%47.06%-
HSV(B)221.03º72.34%73.73%-
XYZ14.5912.5549.23-
YUV92.74181.7598.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.52%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 188 (73.83% from 255) = 56.12%
R=15.52%
G=28.36%
B=56.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52951880.720.4900.26221.0356.6747.06
Hex345FBC483101Add392f
Octal64137274110610323357157
Binary110100101111110111100100100011000101101011011101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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