Html Css Color HEX #3F4A7C Astronaut

📋 copy color: '#3F4A7C'

red 63 ◦ green 74 ◦ blue 124

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

Shades of Astronaut #3F4A7C

Tints of Astronaut #3F4A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 47.51%

R = 24.14%
G = 28.35%
B = 47.51%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F4A7C (or 0x3F4A7C) is known color: Astronaut. HEX triplet: 3F, 4A and 7C. RGB value is (63,74,124). Sum of RGB (Red+Green+Blue) = 63+74+124=261 (34% of max value = 765). Red value is 63 (25% from 255 or 24.14% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F4A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4A7C is #C0B583. Grayscale: #4C4C4C. Windows color (decimal): -12629380 or 8145471. OLE color: 8145471.

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

Color convert

RGB 63 74 124 -
CMYK 0.49 0.40 0 0.51
HSL 229.18º 0.33% 0.37% -
HSV(B) 229.18º 0.49% 0.49% -
XYZ 8.14 7.41 20.07 -
YUV 76.41 154.86 118.43 -
System Red Green Blue C M Y K H S L
Decimal 63 74 124 0.49 0.40 0 0.51 229.18 0.33 0.37
Hex 3F 4A 7C 31 28 0 33 E5 21 25
Octal 77 112 174 61 50 0 63 345 41 45
Binary 111111 1001010 1111100 110001 101000 0 110011 11100101 100001 100101

Color Harmonies of #3F4A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4A7C

Black with #3F4A7C

Text Example


Text Example

White with #3F4A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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