Html Css Color HEX #3F4A71 Astronaut

📋 copy color: '#3F4A71'

red 63 ◦ green 74 ◦ blue 113

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

Shades of Astronaut #3F4A71

Tints of Astronaut #3F4A71

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.6%

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

R = 25.2%
G = 29.6%
B = 45.2%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F4A71 (or 0x3F4A71) is known color: Astronaut. HEX triplet: 3F, 4A and 71. RGB value is (63,74,113). Sum of RGB (Red+Green+Blue) = 63+74+113=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F4A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4A71 is #C0B58E. Grayscale: #4A4A4A. Windows color (decimal): -12629391 or 7424575. OLE color: 7424575.

HSL color Cylindrical-coordinate representation of color #3F4A71: hue angle of 226.8º 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 #3F4A71 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 74 113 -
CMYK 0.44 0.35 0 0.56
HSL 226.8º 0.28% 0.35% -
HSV(B) 226.8º 0.44% 0.44% -
XYZ 7.48 7.15 16.61 -
YUV 75.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 63 74 113 0.44 0.35 0 0.56 226.8 0.28 0.35
Hex 3F 4A 71 2C 23 0 38 E3 1C 23
Octal 77 112 161 54 43 0 70 343 34 43
Binary 111111 1001010 1110001 101100 100011 0 111000 11100011 11100 100011

Color Harmonies of #3F4A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4A71

Black with #3F4A71

Text Example


Text Example

White with #3F4A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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