#345fba

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

Shades of Cerulean Blue #345FBA

Tints of Cerulean Blue #345FBA

Color information

#345FBA (or 0x345FBA) is unknown color: approx Cerulean Blue. HEX triplet: 34, 5F and BA. RGB value is (52,95,186). Sum of RGB (Red+Green+Blue) = 52+95+186=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #345FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345FBA is #CBA045. Grayscale: #5C5C5C. Windows color (decimal): -13344838 or 12214068. OLE color: 12214068.

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

Color convert

RGB5295186-
CMYK0.720.4900.27
HSL220.75º56.3%46.67%-
HSV(B)220.75º72.04%72.94%-
XYZ14.3712.4648.1-
YUV92.52180.7599.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.62%
GREEN value IS 95 (37.5% from 255) = 28.53%
BLUE value IS 186 (73.05% from 255) = 55.86%
R=15.62%
G=28.53%
B=55.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52951860.720.4900.27220.7556.346.67
Hex345FBA483101Bdd382f
Octal64137272110610333357057
Binary110100101111110111010100100011000101101111011101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345fba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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