#3A47AE

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

Shades of Cerulean Blue #3A47AE

Tints of Cerulean Blue #3A47AE

Color information

#3A47AE (or 0x3A47AE) is unknown color: approx Cerulean Blue. HEX triplet: 3A, 47 and AE. RGB value is (58,71,174). Sum of RGB (Red+Green+Blue) = 58+71+174=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A47AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A47AE is #C5B851. Grayscale: #4E4E4E. Windows color (decimal): -12957778 or 11421498. OLE color: 11421498.

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

Color convert

RGB5871174-
CMYK0.670.5900.32
HSL233.28º50%45.49%-
HSV(B)233.28º66.67%68.24%-
XYZ11.648.4641.06-
YUV78.86181.69113.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.14%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 174 (68.36% from 255) = 57.43%
R=19.14%
G=23.43%
B=57.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal58711740.670.5900.32233.285045.49
Hex3A47AE433B020e9322d
Octal72107256103730403516255
Binary1110101000111101011101000011111011010000011101001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A47AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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