Html Css Color HEX #3E5272 Astronaut

📋 copy color: '#3E5272'

red 62 ◦ green 82 ◦ blue 114

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

Shades of Astronaut #3E5272

Tints of Astronaut #3E5272

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.78%

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

R = 24.03%
G = 31.78%
B = 44.19%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3E5272 (or 0x3E5272) is known color: Astronaut. HEX triplet: 3E, 52 and 72. RGB value is (62,82,114). Sum of RGB (Red+Green+Blue) = 62+82+114=258 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.03% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E5272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5272 is #C1AD8D. Grayscale: #4F4F4F. Windows color (decimal): -12692878 or 7492158. OLE color: 7492158.

HSL color Cylindrical-coordinate representation of color #3E5272: hue angle of 216.92º 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 #3E5272 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 62 82 114 -
CMYK 0.46 0.28 0 0.55
HSL 216.92º 0.3% 0.35% -
HSV(B) 216.92º 0.46% 0.45% -
XYZ 8.04 8.27 17.09 -
YUV 79.67 147.37 115.4 -
System Red Green Blue C M Y K H S L
Decimal 62 82 114 0.46 0.28 0 0.55 216.92 0.3 0.35
Hex 3E 52 72 2E 1C 0 37 D9 1E 23
Octal 76 122 162 56 34 0 67 331 36 43
Binary 111110 1010010 1110010 101110 11100 0 110111 11011001 11110 100011

Color Harmonies of #3E5272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5272

Black with #3E5272

Text Example


Text Example

White with #3E5272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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