#3548AD

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

Shades of Cerulean Blue #3548AD

Tints of Cerulean Blue #3548AD

Color information

#3548AD (or 0x3548AD) is unknown color: approx Cerulean Blue. HEX triplet: 35, 48 and AD. RGB value is (53,72,173). Sum of RGB (Red+Green+Blue) = 53+72+173=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #3548AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3548AD is #CAB752. Grayscale: #4D4D4D. Windows color (decimal): -13285203 or 11356213. OLE color: 11356213.

HSL color Cylindrical-coordinate representation of color #3548AD: hue angle of 230.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3548AD is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5372173-
CMYK0.690.5800.32
HSL230.5º53.1%44.31%-
HSV(B)230.5º69.36%67.84%-
XYZ11.338.4140.56-
YUV77.83181.71110.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.79%
GREEN value IS 72 (28.52% from 255) = 24.16%
BLUE value IS 173 (67.97% from 255) = 58.05%
R=17.79%
G=24.16%
B=58.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53721730.690.5800.32230.553.144.31
Hex3548AD453A020e6352c
Octal65110255105720403466554
Binary1101011001000101011011000101111010010000011100110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3548AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3548AD; }

 p { color: rgb(53,72,173); }

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

<style>
 a { background-color: #3548AD; }

 a { background-color: rgb(53,72,173); }

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

<style>
 span { border-color: #3548AD; }

 span { border-color: rgb(53,72,173); }

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