#3E4354

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

Shades of Blue Zodiac #3E4354

Tints of Blue Zodiac #3E4354

Color information

#3E4354 (or 0x3E4354) is unknown color: approx Blue Zodiac. HEX triplet: 3E, 43 and 54. RGB value is (62,67,84). Sum of RGB (Red+Green+Blue) = 62+67+84=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 84 - color contains mainly: blue. Hex color #3E4354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4354 is #C1BCAB. Grayscale: #434343. Windows color (decimal): -12696748 or 5522238. OLE color: 5522238.

HSL color Cylindrical-coordinate representation of color #3E4354: hue angle of 226.36º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3E4354 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB626784-
CMYK0.260.2000.67
HSL226.36º15.07%28.63%-
HSV(B)226.36º26.19%32.94%-
XYZ5.595.689.19-
YUV67.44137.34124.12-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.11%
GREEN value IS 67 (26.56% from 255) = 31.46%
BLUE value IS 84 (33.20% from 255) = 39.44%
R=29.11%
G=31.46%
B=39.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6267840.260.2000.67226.3615.0728.63
Hex3E43541A14043e2f1d
Octal76103124322401033421735
Binary1111101000011101010011010101000100001111100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,67,84); }

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

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

 a { background-color: rgb(62,67,84); }

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

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

 span { border-color: rgb(62,67,84); }

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