Html Css Color HEX #3F5071 Astronaut

📋 copy color: '#3F5071'

red 63 ◦ green 80 ◦ blue 113

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

Shades of Astronaut #3F5071

Tints of Astronaut #3F5071

RGB

 RED value IS 63 (25% from 255) = 24.61%

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

 BLUE value IS 113 (44.53% from 255) = 44.14%

R = 24.61%
G = 31.25%
B = 44.14%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F5071 (or 0x3F5071) is known color: Astronaut. HEX triplet: 3F, 50 and 71. RGB value is (63,80,113). Sum of RGB (Red+Green+Blue) = 63+80+113=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F5071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5071 is #C0AF8E. Grayscale: #4E4E4E. Windows color (decimal): -12627855 or 7426111. OLE color: 7426111.

HSL color Cylindrical-coordinate representation of color #3F5071: hue angle of 219.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F5071 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 80 113 -
CMYK 0.44 0.29 0 0.56
HSL 219.6º 0.28% 0.35% -
HSV(B) 219.6º 0.44% 0.44% -
XYZ 7.9 7.99 16.75 -
YUV 78.68 147.37 116.82 -
System Red Green Blue C M Y K H S L
Decimal 63 80 113 0.44 0.29 0 0.56 219.6 0.28 0.35
Hex 3F 50 71 2C 1D 0 38 DC 1C 23
Octal 77 120 161 54 35 0 70 334 34 43
Binary 111111 1010000 1110001 101100 11101 0 111000 11011100 11100 100011

Color Harmonies of #3F5071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5071

Black with #3F5071

Text Example


Text Example

White with #3F5071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,80,113); }

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

background-color css

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

 a { background-color: rgb(63,80,113); }

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

border-color css

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

 span { border-color: rgb(63,80,113); }

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