#3545AC

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

Shades of Cerulean Blue #3545AC

Tints of Cerulean Blue #3545AC

Color information

#3545AC (or 0x3545AC) is unknown color: approx Cerulean Blue. HEX triplet: 35, 45 and AC. RGB value is (53,69,172). Sum of RGB (Red+Green+Blue) = 53+69+172=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #3545AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3545AC is #CABA53. Grayscale: #4B4B4B. Windows color (decimal): -13285972 or 11289909. OLE color: 11289909.

HSL color Cylindrical-coordinate representation of color #3545AC: hue angle of 231.93º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3545AC is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5369172-
CMYK0.690.6000.33
HSL231.93º52.89%44.12%-
HSV(B)231.93º69.19%67.45%-
XYZ11.047.9939.99-
YUV75.96182.2111.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 172 (67.58% from 255) = 58.50%
R=18.03%
G=23.47%
B=58.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53691720.690.6000.33231.9352.8944.12
Hex3545AC453C021e8352c
Octal65105254105740413506554
Binary1101011000101101011001000101111100010000111101000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3545AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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