Html Css Color HEX #3E4250 Blue Zodiac

📋 copy color: '#3E4250'

red 62 ◦ green 66 ◦ blue 80

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

Shades of Blue Zodiac #3E4250

Tints of Blue Zodiac #3E4250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 38.46%

R = 29.81%
G = 31.73%
B = 38.46%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3E4250 (or 0x3E4250) is known color: Blue Zodiac. HEX triplet: 3E, 42 and 50. RGB value is (62,66,80). Sum of RGB (Red+Green+Blue) = 62+66+80=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 80 - color contains mainly: blue. Hex color #3E4250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4250 is #C1BDAF. Grayscale: #424242. Windows color (decimal): -12697008 or 5259838. OLE color: 5259838.

HSL color Cylindrical-coordinate representation of color #3E4250: hue angle of 226.67º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3E4250 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 62 66 80 -
CMYK 0.22 0.17 0 0.69
HSL 226.67º 0.13% 0.28% -
HSV(B) 226.67º 0.23% 0.31% -
XYZ 5.38 5.5 8.37 -
YUV 66.4 135.67 124.86 -
System Red Green Blue C M Y K H S L
Decimal 62 66 80 0.22 0.17 0 0.69 226.67 0.13 0.28
Hex 3E 42 50 16 11 0 45 E3 D 1C
Octal 76 102 120 26 21 0 105 343 15 34
Binary 111110 1000010 1010000 10110 10001 0 1000101 11100011 1101 11100

Color Harmonies of #3E4250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4250

Black with #3E4250

Text Example


Text Example

White with #3E4250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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