Html Css Color HEX #3E4962 Blue Zodiac

📋 copy color: '#3E4962'

red 62 ◦ green 73 ◦ blue 98

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

Shades of Blue Zodiac #3E4962

Tints of Blue Zodiac #3E4962

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.33%

 BLUE value IS 98 (38.67% from 255) = 42.06%

R = 26.61%
G = 31.33%
B = 42.06%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E4962 (or 0x3E4962) is known color: Blue Zodiac. HEX triplet: 3E, 49 and 62. RGB value is (62,73,98). Sum of RGB (Red+Green+Blue) = 62+73+98=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #3E4962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4962 is #C1B69D. Grayscale: #484848. Windows color (decimal): -12695198 or 6441278. OLE color: 6441278.

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

Color convert

RGB 62 73 98 -
CMYK 0.37 0.26 0 0.62
HSL 221.67º 0.23% 0.31% -
HSV(B) 221.67º 0.37% 0.38% -
XYZ 6.57 6.67 12.5 -
YUV 72.56 142.36 120.47 -
System Red Green Blue C M Y K H S L
Decimal 62 73 98 0.37 0.26 0 0.62 221.67 0.23 0.31
Hex 3E 49 62 25 1A 0 3E DE 16 1F
Octal 76 111 142 45 32 0 76 336 26 37
Binary 111110 1001001 1100010 100101 11010 0 111110 11011110 10110 11111

Color Harmonies of #3E4962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4962

Black with #3E4962

Text Example


Text Example

White with #3E4962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,73,98); }

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

background-color css

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

 a { background-color: rgb(62,73,98); }

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

border-color css

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

 span { border-color: rgb(62,73,98); }

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