Html Css Color HEX #3E507D Astronaut

📋 copy color: '#3E507D'

red 62 ◦ green 80 ◦ blue 125

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

Shades of Astronaut #3E507D

Tints of Astronaut #3E507D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.96%

 BLUE value IS 125 (49.22% from 255) = 46.82%

R = 23.22%
G = 29.96%
B = 46.82%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E507D (or 0x3E507D) is known color: Astronaut. HEX triplet: 3E, 50 and 7D. RGB value is (62,80,125). Sum of RGB (Red+Green+Blue) = 62+80+125=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E507D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E507D is #C1AF82. Grayscale: #4F4F4F. Windows color (decimal): -12693379 or 8212542. OLE color: 8212542.

HSL color Cylindrical-coordinate representation of color #3E507D: hue angle of 222.86º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E507D is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 80 125 -
CMYK 0.50 0.36 0 0.51
HSL 222.86º 0.34% 0.37% -
HSV(B) 222.86º 0.5% 0.49% -
XYZ 8.56 8.24 20.54 -
YUV 79.75 153.54 115.34 -
System Red Green Blue C M Y K H S L
Decimal 62 80 125 0.50 0.36 0 0.51 222.86 0.34 0.37
Hex 3E 50 7D 32 24 0 33 DF 22 25
Octal 76 120 175 62 44 0 63 337 42 45
Binary 111110 1010000 1111101 110010 100100 0 110011 11011111 100010 100101

Color Harmonies of #3E507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E507D

Black with #3E507D

Text Example


Text Example

White with #3E507D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,80,125); }

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

background-color css

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

 a { background-color: rgb(62,80,125); }

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

border-color css

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

 span { border-color: rgb(62,80,125); }

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