#3545BA

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

Shades of Cerulean Blue #3545BA

Tints of Cerulean Blue #3545BA

Color information

#3545BA (or 0x3545BA) is unknown color: approx Cerulean Blue. HEX triplet: 35, 45 and BA. RGB value is (53,69,186). Sum of RGB (Red+Green+Blue) = 53+69+186=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #3545BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3545BA is #CABA45. Grayscale: #4D4D4D. Windows color (decimal): -13285958 or 12207413. OLE color: 12207413.

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

Color convert

RGB5369186-
CMYK0.720.6300.27
HSL232.78º55.65%46.86%-
HSV(B)232.78º71.51%72.94%-
XYZ12.468.5647.45-
YUV77.55189.2110.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.21%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 186 (73.05% from 255) = 60.39%
R=17.21%
G=22.40%
B=60.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53691860.720.6300.27232.7855.6546.86
Hex3545BA483F01Be9382f
Octal65105272110770333517057
Binary110101100010110111010100100011111101101111101001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3545BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3545BA; }

 p { color: rgb(53,69,186); }

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

<style>
 a { background-color: #3545BA; }

 a { background-color: rgb(53,69,186); }

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

<style>
 span { border-color: #3545BA; }

 span { border-color: rgb(53,69,186); }

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