#3A4EAE

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

Shades of Cerulean Blue #3A4EAE

Tints of Cerulean Blue #3A4EAE

Color information

#3A4EAE (or 0x3A4EAE) is unknown color: approx Cerulean Blue. HEX triplet: 3A, 4E and AE. RGB value is (58,78,174). Sum of RGB (Red+Green+Blue) = 58+78+174=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A4EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A4EAE is #C5B151. Grayscale: #525252. Windows color (decimal): -12955986 or 11423290. OLE color: 11423290.

HSL color Cylindrical-coordinate representation of color #3A4EAE: hue angle of 229.66º 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 #3A4EAE is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5878174-
CMYK0.670.5500.32
HSL229.66º50%45.49%-
HSV(B)229.66º66.67%68.24%-
XYZ12.119.441.22-
YUV82.96179.37110.19-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.71%
GREEN value IS 78 (30.86% from 255) = 25.16%
BLUE value IS 174 (68.36% from 255) = 56.13%
R=18.71%
G=25.16%
B=56.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal58781740.670.5500.32229.665045.49
Hex3A4EAE4337020e6322d
Octal72116256103670403466255
Binary1110101001110101011101000011110111010000011100110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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