Html Css Color HEX #3E526D Astronaut

📋 copy color: '#3E526D'

red 62 ◦ green 82 ◦ blue 109

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

Shades of Astronaut #3E526D

Tints of Astronaut #3E526D

RGB

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

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

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

R = 24.51%
G = 32.41%
B = 43.08%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3E526D (or 0x3E526D) is known color: Astronaut. HEX triplet: 3E, 52 and 6D. RGB value is (62,82,109). Sum of RGB (Red+Green+Blue) = 62+82+109=253 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.51% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E526D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E526D is #C1AD92. Grayscale: #4E4E4E. Windows color (decimal): -12692883 or 7164478. OLE color: 7164478.

HSL color Cylindrical-coordinate representation of color #3E526D: hue angle of 214.47º 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 #3E526D is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 62 82 109 -
CMYK 0.43 0.25 0 0.57
HSL 214.47º 0.27% 0.34% -
HSV(B) 214.47º 0.43% 0.43% -
XYZ 7.76 8.16 15.63 -
YUV 79.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 62 82 109 0.43 0.25 0 0.57 214.47 0.27 0.34
Hex 3E 52 6D 2B 19 0 39 D6 1B 22
Octal 76 122 155 53 31 0 71 326 33 42
Binary 111110 1010010 1101101 101011 11001 0 111001 11010110 11011 100010

Color Harmonies of #3E526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E526D

Black with #3E526D

Text Example


Text Example

White with #3E526D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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