#3544AE

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

Shades of Cerulean Blue #3544AE

Tints of Cerulean Blue #3544AE

Color information

#3544AE (or 0x3544AE) is unknown color: approx Cerulean Blue. HEX triplet: 35, 44 and AE. RGB value is (53,68,174). Sum of RGB (Red+Green+Blue) = 53+68+174=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #3544AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3544AE is #CABB51. Grayscale: #4B4B4B. Windows color (decimal): -13286226 or 11420725. OLE color: 11420725.

HSL color Cylindrical-coordinate representation of color #3544AE: hue angle of 232.56º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3544AE is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5368174-
CMYK0.700.6100.32
HSL232.56º53.3%44.51%-
HSV(B)232.56º69.54%68.24%-
XYZ11.187.9540.99-
YUV75.6183.53111.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 68 (26.95% from 255) = 23.05%
BLUE value IS 174 (68.36% from 255) = 58.98%
R=17.97%
G=23.05%
B=58.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53681740.700.6100.32232.5653.344.51
Hex3544AE463D020e9352d
Octal65104256106750403516555
Binary1101011000100101011101000110111101010000011101001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3544AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3544AE; }

 p { color: rgb(53,68,174); }

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

<style>
 a { background-color: #3544AE; }

 a { background-color: rgb(53,68,174); }

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

<style>
 span { border-color: #3544AE; }

 span { border-color: rgb(53,68,174); }

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