Html Css Color HEX #3E4A72 Astronaut

📋 copy color: '#3E4A72'

red 62 ◦ green 74 ◦ blue 114

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

Shades of Astronaut #3E4A72

Tints of Astronaut #3E4A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.6%

R = 24.8%
G = 29.6%
B = 45.6%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3E4A72 (or 0x3E4A72) is known color: Astronaut. HEX triplet: 3E, 4A and 72. RGB value is (62,74,114). Sum of RGB (Red+Green+Blue) = 62+74+114=250 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.8% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E4A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4A72 is #C1B58D. Grayscale: #4A4A4A. Windows color (decimal): -12694926 or 7490110. OLE color: 7490110.

HSL color Cylindrical-coordinate representation of color #3E4A72: hue angle of 226.15º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E4A72 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 62 74 114 -
CMYK 0.46 0.35 0 0.55
HSL 226.15º 0.3% 0.35% -
HSV(B) 226.15º 0.46% 0.45% -
XYZ 7.47 7.14 16.9 -
YUV 74.97 150.02 118.75 -
System Red Green Blue C M Y K H S L
Decimal 62 74 114 0.46 0.35 0 0.55 226.15 0.3 0.35
Hex 3E 4A 72 2E 23 0 37 E2 1E 23
Octal 76 112 162 56 43 0 67 342 36 43
Binary 111110 1001010 1110010 101110 100011 0 110111 11100010 11110 100011

Color Harmonies of #3E4A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4A72

Black with #3E4A72

Text Example


Text Example

White with #3E4A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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