Html Css Color HEX #3E4251 Blue Zodiac

📋 copy color: '#3E4251'

red 62 ◦ green 66 ◦ blue 81

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

Shades of Blue Zodiac #3E4251

Tints of Blue Zodiac #3E4251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 38.76%

R = 29.67%
G = 31.58%
B = 38.76%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3E4251 (or 0x3E4251) is known color: Blue Zodiac. HEX triplet: 3E, 42 and 51. RGB value is (62,66,81). Sum of RGB (Red+Green+Blue) = 62+66+81=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 81 - color contains mainly: blue. Hex color #3E4251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4251 is #C1BDAE. Grayscale: #424242. Windows color (decimal): -12697007 or 5325374. OLE color: 5325374.

HSL color Cylindrical-coordinate representation of color #3E4251: hue angle of 227.37º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3E4251 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 62 66 81 -
CMYK 0.23 0.19 0 0.68
HSL 227.37º 0.13% 0.28% -
HSV(B) 227.37º 0.23% 0.32% -
XYZ 5.42 5.51 8.56 -
YUV 66.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 62 66 81 0.23 0.19 0 0.68 227.37 0.13 0.28
Hex 3E 42 51 17 13 0 44 E3 D 1C
Octal 76 102 121 27 23 0 104 343 15 34
Binary 111110 1000010 1010001 10111 10011 0 1000100 11100011 1101 11100

Color Harmonies of #3E4251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4251

Black with #3E4251

Text Example


Text Example

White with #3E4251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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