#3A4FA9

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

Shades of Cerulean Blue #3A4FA9

Tints of Cerulean Blue #3A4FA9

Color information

#3A4FA9 (or 0x3A4FA9) is unknown color: approx Cerulean Blue. HEX triplet: 3A, 4F and A9. RGB value is (58,79,169). Sum of RGB (Red+Green+Blue) = 58+79+169=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 169 (66.41% from 255 or 55.23% from 306); Max value from RGB is 169 - color contains mainly: blue. Hex color #3A4FA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A4FA9 is #C5B056. Grayscale: #525252. Windows color (decimal): -12955735 or 11095866. OLE color: 11095866.

HSL color Cylindrical-coordinate representation of color #3A4FA9: hue angle of 228.65º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A4FA9 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5879169-
CMYK0.660.5300.34
HSL228.65º48.9%44.51%-
HSV(B)228.65º65.68%66.27%-
XYZ11.79.3638.73-
YUV82.98176.54110.18-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.95%
GREEN value IS 79 (31.25% from 255) = 25.82%
BLUE value IS 169 (66.41% from 255) = 55.23%
R=18.95%
G=25.82%
B=55.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal58791690.660.5300.34228.6548.944.51
Hex3A4FA94235022e5312d
Octal72117251102650423456155
Binary1110101001111101010011000010110101010001011100101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,79,169); }

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

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

 a { background-color: rgb(58,79,169); }

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

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

 span { border-color: rgb(58,79,169); }

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