Html Css Color HEX #3E4760 Blue Zodiac

📋 copy color: '#3E4760'

red 62 ◦ green 71 ◦ blue 96

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

Shades of Blue Zodiac #3E4760

Tints of Blue Zodiac #3E4760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31%

 BLUE value IS 96 (37.89% from 255) = 41.92%

R = 27.07%
G = 31%
B = 41.92%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E4760 (or 0x3E4760) is known color: Blue Zodiac. HEX triplet: 3E, 47 and 60. RGB value is (62,71,96). Sum of RGB (Red+Green+Blue) = 62+71+96=229 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.07% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E4760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4760 is #C1B89F. Grayscale: #474747. Windows color (decimal): -12695712 or 6309694. OLE color: 6309694.

HSL color Cylindrical-coordinate representation of color #3E4760: hue angle of 224.12º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E4760 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 62 71 96 -
CMYK 0.35 0.26 0 0.62
HSL 224.12º 0.22% 0.31% -
HSV(B) 224.12º 0.35% 0.38% -
XYZ 6.35 6.38 11.96 -
YUV 71.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 62 71 96 0.35 0.26 0 0.62 224.12 0.22 0.31
Hex 3E 47 60 23 1A 0 3E E0 16 1F
Octal 76 107 140 43 32 0 76 340 26 37
Binary 111110 1000111 1100000 100011 11010 0 111110 11100000 10110 11111

Color Harmonies of #3E4760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4760

Black with #3E4760

Text Example


Text Example

White with #3E4760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,71,96); }

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

background-color css

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

 a { background-color: rgb(62,71,96); }

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

border-color css

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

 span { border-color: rgb(62,71,96); }

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