Html Css Color HEX #3E465D Blue Zodiac

📋 copy color: '#3E465D'

red 62 ◦ green 70 ◦ blue 93

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

Shades of Blue Zodiac #3E465D

Tints of Blue Zodiac #3E465D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.11%

 BLUE value IS 93 (36.72% from 255) = 41.33%

R = 27.56%
G = 31.11%
B = 41.33%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3E465D (or 0x3E465D) is known color: Blue Zodiac. HEX triplet: 3E, 46 and 5D. RGB value is (62,70,93). Sum of RGB (Red+Green+Blue) = 62+70+93=225 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.56% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #3E465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E465D is #C1B9A2. Grayscale: #464646. Windows color (decimal): -12695971 or 6112830. OLE color: 6112830.

HSL color Cylindrical-coordinate representation of color #3E465D: hue angle of 224.52º 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 #3E465D is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 62 70 93 -
CMYK 0.33 0.25 0 0.64
HSL 224.52º 0.2% 0.3% -
HSV(B) 224.52º 0.33% 0.36% -
XYZ 6.15 6.19 11.23 -
YUV 70.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 62 70 93 0.33 0.25 0 0.64 224.52 0.2 0.3
Hex 3E 46 5D 21 19 0 40 E1 14 1E
Octal 76 106 135 41 31 0 100 341 24 36
Binary 111110 1000110 1011101 100001 11001 0 1000000 11100001 10100 11110

Color Harmonies of #3E465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E465D

Black with #3E465D

Text Example


Text Example

White with #3E465D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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