#345FB1

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

Shades of Cerulean Blue #345FB1

Tints of Cerulean Blue #345FB1

Color information

#345FB1 (or 0x345FB1) is unknown color: approx Cerulean Blue. HEX triplet: 34, 5F and B1. RGB value is (52,95,177). Sum of RGB (Red+Green+Blue) = 52+95+177=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 177 (69.53% from 255 or 54.63% from 324); Max value from RGB is 177 - color contains mainly: blue. Hex color #345FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345FB1 is #CBA04E. Grayscale: #5B5B5B. Windows color (decimal): -13344847 or 11624244. OLE color: 11624244.

HSL color Cylindrical-coordinate representation of color #345FB1: hue angle of 219.36º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #345FB1 is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5295177-
CMYK0.710.4600.31
HSL219.36º54.59%44.9%-
HSV(B)219.36º70.62%69.41%-
XYZ13.4412.0943.22-
YUV91.49176.2599.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.05%
GREEN value IS 95 (37.5% from 255) = 29.32%
BLUE value IS 177 (69.53% from 255) = 54.63%
R=16.05%
G=29.32%
B=54.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal52951770.710.4600.31219.3654.5944.9
Hex345FB1472E01Fdb372d
Octal64137261107560373336755
Binary110100101111110110001100011110111001111111011011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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