#3E485D

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

Shades of Blue Zodiac #3E485D

Tints of Blue Zodiac #3E485D

Color information

#3E485D (or 0x3E485D) is unknown color: approx Blue Zodiac. HEX triplet: 3E, 48 and 5D. RGB value is (62,72,93). Sum of RGB (Red+Green+Blue) = 62+72+93=227 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.31% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #3E485D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E485D is #C1B7A2. Grayscale: #474747. Windows color (decimal): -12695459 or 6113342. OLE color: 6113342.

HSL color Cylindrical-coordinate representation of color #3E485D: hue angle of 220.65º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3E485D is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB627293-
CMYK0.330.2300.64
HSL220.65º20%30.39%-
HSV(B)220.65º33.33%36.47%-
XYZ6.286.4511.27-
YUV71.4140.19121.29-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.31%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=27.31%
G=31.72%
B=40.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6272930.330.2300.64220.652030.39
Hex3E485D2117040dd141e
Octal76110135412701003352436
Binary111110100100010111011000011011101000000110111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,72,93); }

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

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

 a { background-color: rgb(62,72,93); }

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

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

 span { border-color: rgb(62,72,93); }

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