Html Css Color HEX #3E485E Blue Zodiac

📋 copy color: '#3E485E'

red 62 ◦ green 72 ◦ blue 94

#3E485E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Zodiac #3E485E

Tints of Blue Zodiac #3E485E

RGB

 RED value IS 62 (24.61% from 255) = 27.19%

 GREEN value IS 72 (28.52% from 255) = 31.58%

 BLUE value IS 94 (37.11% from 255) = 41.23%

R = 27.19%
G = 31.58%
B = 41.23%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3E485E (or 0x3E485E) is known color: Blue Zodiac. HEX triplet: 3E, 48 and 5E. RGB value is (62,72,94). Sum of RGB (Red+Green+Blue) = 62+72+94=228 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.19% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 94 - color contains mainly: blue. Hex color #3E485E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E485E is #C1B7A1. Grayscale: #474747. Windows color (decimal): -12695458 or 6178878. OLE color: 6178878.

HSL color Cylindrical-coordinate representation of color #3E485E: hue angle of 221.25º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E485E is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 62 72 94 -
CMYK 0.34 0.23 0 0.63
HSL 221.25º 0.21% 0.31% -
HSV(B) 221.25º 0.34% 0.37% -
XYZ 6.32 6.47 11.5 -
YUV 71.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 62 72 94 0.34 0.23 0 0.63 221.25 0.21 0.31
Hex 3E 48 5E 22 17 0 3F DD 15 1F
Octal 76 110 136 42 27 0 77 335 25 37
Binary 111110 1001000 1011110 100010 10111 0 111111 11011101 10101 11111

Color Harmonies of #3E485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E485E

Black with #3E485E

Text Example


Text Example

White with #3E485E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E485E;
 }
 .AnyTagClassName
 {
   color: #3E485E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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