#3A49AE

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

Shades of Cerulean Blue #3A49AE

Tints of Cerulean Blue #3A49AE

Color information

#3A49AE (or 0x3A49AE) is unknown color: approx Cerulean Blue. HEX triplet: 3A, 49 and AE. RGB value is (58,73,174). Sum of RGB (Red+Green+Blue) = 58+73+174=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A49AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A49AE is #C5B651. Grayscale: #4F4F4F. Windows color (decimal): -12957266 or 11422010. OLE color: 11422010.

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

Color convert

RGB5873174-
CMYK0.670.5800.32
HSL232.24º50%45.49%-
HSV(B)232.24º66.67%68.24%-
XYZ11.778.7241.11-
YUV80.03181.03112.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.02%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 174 (68.36% from 255) = 57.05%
R=19.02%
G=23.93%
B=57.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal58731740.670.5800.32232.245045.49
Hex3A49AE433A020e8322d
Octal72111256103720403506255
Binary1110101001001101011101000011111010010000011101000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A49AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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