#3A50AE

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

Shades of Cerulean Blue #3A50AE

Tints of Cerulean Blue #3A50AE

Color information

#3A50AE (or 0x3A50AE) is unknown color: approx Cerulean Blue. HEX triplet: 3A, 50 and AE. RGB value is (58,80,174). Sum of RGB (Red+Green+Blue) = 58+80+174=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 80 (31.64% from 255 or 25.64% 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 #3A50AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A50AE is #C5AF51. Grayscale: #535353. Windows color (decimal): -12955474 or 11423802. OLE color: 11423802.

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

Color convert

RGB5880174-
CMYK0.670.5400.32
HSL228.62º50%45.49%-
HSV(B)228.62º66.67%68.24%-
XYZ12.259.6941.27-
YUV84.14178.71109.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.59%
GREEN value IS 80 (31.64% from 255) = 25.64%
BLUE value IS 174 (68.36% from 255) = 55.77%
R=18.59%
G=25.64%
B=55.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal58801740.670.5400.32228.625045.49
Hex3A50AE4336020e5322d
Octal72120256103660403456255
Binary1110101010000101011101000011110110010000011100101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A50AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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