Html Css Color HEX #3F517C Astronaut

📋 copy color: '#3F517C'

red 63 ◦ green 81 ◦ blue 124

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

Shades of Astronaut #3F517C

Tints of Astronaut #3F517C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.22%

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

R = 23.51%
G = 30.22%
B = 46.27%

CMYK

 C value IS 0.49

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F517C (or 0x3F517C) is known color: Astronaut. HEX triplet: 3F, 51 and 7C. RGB value is (63,81,124). Sum of RGB (Red+Green+Blue) = 63+81+124=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F517C is #C0AE83. Grayscale: #505050. Windows color (decimal): -12627588 or 8147263. OLE color: 8147263.

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

Color convert

RGB 63 81 124 -
CMYK 0.49 0.35 0 0.51
HSL 222.3º 0.33% 0.37% -
HSV(B) 222.3º 0.49% 0.49% -
XYZ 8.63 8.4 20.23 -
YUV 80.52 152.54 115.5 -
System Red Green Blue C M Y K H S L
Decimal 63 81 124 0.49 0.35 0 0.51 222.3 0.33 0.37
Hex 3F 51 7C 31 23 0 33 DE 21 25
Octal 77 121 174 61 43 0 63 336 41 45
Binary 111111 1010001 1111100 110001 100011 0 110011 11011110 100001 100101

Color Harmonies of #3F517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F517C

Black with #3F517C

Text Example


Text Example

White with #3F517C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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