#3A4054

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

Shades of Blue Zodiac #3A4054

Tints of Blue Zodiac #3A4054

Color information

#3A4054 (or 0x3A4054) is unknown color: approx Blue Zodiac. HEX triplet: 3A, 40 and 54. RGB value is (58,64,84). Sum of RGB (Red+Green+Blue) = 58+64+84=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 84 (33.20% from 255 or 40.78% from 206); Max value from RGB is 84 - color contains mainly: blue. Hex color #3A4054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4054 is #C5BFAB. Grayscale: #404040. Windows color (decimal): -12959660 or 5521466. OLE color: 5521466.

HSL color Cylindrical-coordinate representation of color #3A4054: hue angle of 226.15º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3A4054 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB586484-
CMYK0.310.2400.67
HSL226.15º18.31%27.84%-
HSV(B)226.15º30.95%32.94%-
XYZ5.185.219.12-
YUV64.49139.01123.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.16%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 84 (33.20% from 255) = 40.78%
R=28.16%
G=31.07%
B=40.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5864840.310.2400.67226.1518.3127.84
Hex3A40541F18043e2121c
Octal72100124373001033422234
Binary11101010000001010100111111100001000011111000101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,64,84); }

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

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

 a { background-color: rgb(58,64,84); }

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

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

 span { border-color: rgb(58,64,84); }

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