Html Css Color HEX #3E4A61 Blue Zodiac

📋 copy color: '#3E4A61'

red 62 ◦ green 74 ◦ blue 97

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

Shades of Blue Zodiac #3E4A61

Tints of Blue Zodiac #3E4A61

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.76%

 BLUE value IS 97 (38.28% from 255) = 41.63%

R = 26.61%
G = 31.76%
B = 41.63%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E4A61 (or 0x3E4A61) is known color: Blue Zodiac. HEX triplet: 3E, 4A and 61. RGB value is (62,74,97). Sum of RGB (Red+Green+Blue) = 62+74+97=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #3E4A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4A61 is #C1B59E. Grayscale: #484848. Windows color (decimal): -12694943 or 6375998. OLE color: 6375998.

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

Color convert

RGB 62 74 97 -
CMYK 0.36 0.24 0 0.62
HSL 219.43º 0.22% 0.31% -
HSV(B) 219.43º 0.36% 0.38% -
XYZ 6.59 6.78 12.27 -
YUV 73.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 62 74 97 0.36 0.24 0 0.62 219.43 0.22 0.31
Hex 3E 4A 61 24 18 0 3E DB 16 1F
Octal 76 112 141 44 30 0 76 333 26 37
Binary 111110 1001010 1100001 100100 11000 0 111110 11011011 10110 11111

Color Harmonies of #3E4A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4A61

Black with #3E4A61

Text Example


Text Example

White with #3E4A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,74,97); }

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

background-color css

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

 a { background-color: rgb(62,74,97); }

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

border-color css

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

 span { border-color: rgb(62,74,97); }

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