#3654AE

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

Shades of Cerulean Blue #3654AE

Tints of Cerulean Blue #3654AE

Color information

#3654AE (or 0x3654AE) is unknown color: approx Cerulean Blue. HEX triplet: 36, 54 and AE. RGB value is (54,84,174). Sum of RGB (Red+Green+Blue) = 54+84+174=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #3654AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3654AE is #C9AB51. Grayscale: #545454. Windows color (decimal): -13216594 or 11424822. OLE color: 11424822.

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

Color convert

RGB5484174-
CMYK0.690.5200.32
HSL225º52.63%44.71%-
HSV(B)225º68.97%68.24%-
XYZ12.3310.1841.36-
YUV85.29178.06105.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.31%
GREEN value IS 84 (33.20% from 255) = 26.92%
BLUE value IS 174 (68.36% from 255) = 55.77%
R=17.31%
G=26.92%
B=55.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal54841740.690.5200.3222552.6344.71
Hex3654AE4534020e1352d
Octal66124256105640403416555
Binary1101101010100101011101000101110100010000011100001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3654AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,84,174); }

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

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

 a { background-color: rgb(54,84,174); }

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

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

 span { border-color: rgb(54,84,174); }

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