#3E485B

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

Shades of Blue Zodiac #3E485B

Tints of Blue Zodiac #3E485B

Color information

#3E485B (or 0x3E485B) is unknown color: approx Blue Zodiac. HEX triplet: 3E, 48 and 5B. RGB value is (62,72,91). Sum of RGB (Red+Green+Blue) = 62+72+91=225 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.56% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E485B is #C1B7A4. Grayscale: #474747. Windows color (decimal): -12695461 or 5982270. OLE color: 5982270.

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

Color convert

RGB627291-
CMYK0.320.2100.64
HSL219.31º18.95%30%-
HSV(B)219.31º31.87%35.69%-
XYZ6.196.4110.81-
YUV71.18139.19121.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.56%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 91 (35.94% from 255) = 40.44%
R=27.56%
G=32%
B=40.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6272910.320.2100.64219.3118.9530
Hex3E485B2015040db131e
Octal76110133402501003332336
Binary111110100100010110111000001010101000000110110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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