#3545AB

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

Shades of Cerulean Blue #3545AB

Tints of Cerulean Blue #3545AB

Color information

#3545AB (or 0x3545AB) is unknown color: approx Cerulean Blue. HEX triplet: 35, 45 and AB. RGB value is (53,69,171). Sum of RGB (Red+Green+Blue) = 53+69+171=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #3545AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3545AB is #CABA54. Grayscale: #4B4B4B. Windows color (decimal): -13285973 or 11224373. OLE color: 11224373.

HSL color Cylindrical-coordinate representation of color #3545AB: hue angle of 231.86º 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 #3545AB is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5369171-
CMYK0.690.6000.33
HSL231.86º52.68%43.92%-
HSV(B)231.86º69.01%67.06%-
XYZ10.957.9539.49-
YUV75.84181.7111.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 171 (67.19% from 255) = 58.36%
R=18.09%
G=23.55%
B=58.36%

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
Decimal53691710.690.6000.33231.8652.6843.92
Hex3545AB453C021e8352c
Octal65105253105740413506554
Binary1101011000101101010111000101111100010000111101000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3545AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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