Html Css Color HEX #3E424E Blue Zodiac

📋 copy color: '#3E424E'

red 62 ◦ green 66 ◦ blue 78

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

Shades of Blue Zodiac #3E424E

Tints of Blue Zodiac #3E424E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.04%

 BLUE value IS 78 (30.86% from 255) = 37.86%

R = 30.1%
G = 32.04%
B = 37.86%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3E424E (or 0x3E424E) is known color: Blue Zodiac. HEX triplet: 3E, 42 and 4E. RGB value is (62,66,78). Sum of RGB (Red+Green+Blue) = 62+66+78=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 78 - color contains mainly: blue. Hex color #3E424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E424E is #C1BDB1. Grayscale: #424242. Windows color (decimal): -12697010 or 5128766. OLE color: 5128766.

HSL color Cylindrical-coordinate representation of color #3E424E: hue angle of 225º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3E424E is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 62 66 78 -
CMYK 0.21 0.15 0 0.69
HSL 225º 0.11% 0.27% -
HSV(B) 225º 0.21% 0.31% -
XYZ 5.31 5.47 7.98 -
YUV 66.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 62 66 78 0.21 0.15 0 0.69 225 0.11 0.27
Hex 3E 42 4E 15 F 0 45 E1 B 1B
Octal 76 102 116 25 17 0 105 341 13 33
Binary 111110 1000010 1001110 10101 1111 0 1000101 11100001 1011 11011

Color Harmonies of #3E424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E424E

Black with #3E424E

Text Example


Text Example

White with #3E424E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,66,78); }

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

background-color css

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

 a { background-color: rgb(62,66,78); }

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

border-color css

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

 span { border-color: rgb(62,66,78); }

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