#3A56AE

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

Shades of Cerulean Blue #3A56AE

Tints of Cerulean Blue #3A56AE

Color information

#3A56AE (or 0x3A56AE) is unknown color: approx Cerulean Blue. HEX triplet: 3A, 56 and AE. RGB value is (58,86,174). Sum of RGB (Red+Green+Blue) = 58+86+174=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A56AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A56AE is #C5A951. Grayscale: #575757. Windows color (decimal): -12953938 or 11425338. OLE color: 11425338.

HSL color Cylindrical-coordinate representation of color #3A56AE: hue angle of 225.52º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A56AE is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5886174-
CMYK0.670.5100.32
HSL225.52º50%45.49%-
HSV(B)225.52º66.67%68.24%-
XYZ12.7110.6141.42-
YUV87.66176.72106.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.24%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 174 (68.36% from 255) = 54.72%
R=18.24%
G=27.04%
B=54.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal58861740.670.5100.32225.525045.49
Hex3A56AE4333020e2322d
Octal72126256103630403426255
Binary1110101010110101011101000011110011010000011100010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A56AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A56AE; }

 p { color: rgb(58,86,174); }

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

<style>
 a { background-color: #3A56AE; }

 a { background-color: rgb(58,86,174); }

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

<style>
 span { border-color: #3A56AE; }

 span { border-color: rgb(58,86,174); }

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