#3554AD

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

Shades of Cerulean Blue #3554AD

Tints of Cerulean Blue #3554AD

Color information

#3554AD (or 0x3554AD) is unknown color: approx Cerulean Blue. HEX triplet: 35, 54 and AD. RGB value is (53,84,173). Sum of RGB (Red+Green+Blue) = 53+84+173=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #3554AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3554AD is #CAAB52. Grayscale: #545454. Windows color (decimal): -13282131 or 11359285. OLE color: 11359285.

HSL color Cylindrical-coordinate representation of color #3554AD: hue angle of 224.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 #3554AD is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5384173-
CMYK0.690.5100.32
HSL224.5º53.1%44.31%-
HSV(B)224.5º69.36%67.84%-
XYZ12.1810.1140.85-
YUV84.88177.73105.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.10%
GREEN value IS 84 (33.20% from 255) = 27.10%
BLUE value IS 173 (67.97% from 255) = 55.81%
R=17.10%
G=27.10%
B=55.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53841730.690.5100.32224.553.144.31
Hex3554AD4533020e0352c
Octal65124255105630403406554
Binary1101011010100101011011000101110011010000011100000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3554AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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