Html Css Color HEX #3E4A76 Astronaut

📋 copy color: '#3E4A76'

red 62 ◦ green 74 ◦ blue 118

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

Shades of Astronaut #3E4A76

Tints of Astronaut #3E4A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.46%

R = 24.41%
G = 29.13%
B = 46.46%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3E4A76 (or 0x3E4A76) is known color: Astronaut. HEX triplet: 3E, 4A and 76. RGB value is (62,74,118). Sum of RGB (Red+Green+Blue) = 62+74+118=254 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.41% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E4A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4A76 is #C1B589. Grayscale: #4B4B4B. Windows color (decimal): -12694922 or 7752254. OLE color: 7752254.

HSL color Cylindrical-coordinate representation of color #3E4A76: hue angle of 227.14º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E4A76 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 62 74 118 -
CMYK 0.47 0.37 0 0.54
HSL 227.14º 0.31% 0.35% -
HSV(B) 227.14º 0.47% 0.46% -
XYZ 7.71 7.23 18.13 -
YUV 75.43 152.02 118.42 -
System Red Green Blue C M Y K H S L
Decimal 62 74 118 0.47 0.37 0 0.54 227.14 0.31 0.35
Hex 3E 4A 76 2F 25 0 36 E3 1F 23
Octal 76 112 166 57 45 0 66 343 37 43
Binary 111110 1001010 1110110 101111 100101 0 110110 11100011 11111 100011

Color Harmonies of #3E4A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4A76

Black with #3E4A76

Text Example


Text Example

White with #3E4A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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