#3546AC

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

Shades of Cerulean Blue #3546AC

Tints of Cerulean Blue #3546AC

Color information

#3546AC (or 0x3546AC) is unknown color: approx Cerulean Blue. HEX triplet: 35, 46 and AC. RGB value is (53,70,172). Sum of RGB (Red+Green+Blue) = 53+70+172=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #3546AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3546AC is #CAB953. Grayscale: #4C4C4C. Windows color (decimal): -13285716 or 11290165. OLE color: 11290165.

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

Color convert

RGB5370172-
CMYK0.690.5900.33
HSL231.43º52.89%44.12%-
HSV(B)231.43º69.19%67.45%-
XYZ11.18.1240.01-
YUV76.54181.87111.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 70 (27.73% from 255) = 23.73%
BLUE value IS 172 (67.58% from 255) = 58.31%
R=17.97%
G=23.73%
B=58.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53701720.690.5900.33231.4352.8944.12
Hex3546AC453B021e7352c
Octal65106254105730413476554
Binary1101011000110101011001000101111011010000111100111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3546AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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