Html Css Color HEX #3E536D Astronaut

📋 copy color: '#3E536D'

red 62 ◦ green 83 ◦ blue 109

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

Shades of Astronaut #3E536D

Tints of Astronaut #3E536D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.68%

 BLUE value IS 109 (42.97% from 255) = 42.91%

R = 24.41%
G = 32.68%
B = 42.91%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3E536D (or 0x3E536D) is known color: Astronaut. HEX triplet: 3E, 53 and 6D. RGB value is (62,83,109). Sum of RGB (Red+Green+Blue) = 62+83+109=254 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.41% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E536D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E536D is #C1AC92. Grayscale: #4F4F4F. Windows color (decimal): -12692627 or 7164734. OLE color: 7164734.

HSL color Cylindrical-coordinate representation of color #3E536D: hue angle of 213.19º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3E536D is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 62 83 109 -
CMYK 0.43 0.24 0 0.57
HSL 213.19º 0.27% 0.34% -
HSV(B) 213.19º 0.43% 0.43% -
XYZ 7.84 8.31 15.66 -
YUV 79.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 62 83 109 0.43 0.24 0 0.57 213.19 0.27 0.34
Hex 3E 53 6D 2B 18 0 39 D5 1B 22
Octal 76 123 155 53 30 0 71 325 33 42
Binary 111110 1010011 1101101 101011 11000 0 111001 11010101 11011 100010

Color Harmonies of #3E536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E536D

Black with #3E536D

Text Example


Text Example

White with #3E536D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,83,109); }

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

background-color css

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

 a { background-color: rgb(62,83,109); }

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

border-color css

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

 span { border-color: rgb(62,83,109); }

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