Html Css Color HEX #3F4C6D Astronaut

📋 copy color: '#3F4C6D'

red 63 ◦ green 76 ◦ blue 109

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

Shades of Astronaut #3F4C6D

Tints of Astronaut #3F4C6D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.65%

 BLUE value IS 109 (42.97% from 255) = 43.95%

R = 25.4%
G = 30.65%
B = 43.95%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3F4C6D (or 0x3F4C6D) is known color: Astronaut. HEX triplet: 3F, 4C and 6D. RGB value is (63,76,109). Sum of RGB (Red+Green+Blue) = 63+76+109=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F4C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4C6D is #C0B392. Grayscale: #4B4B4B. Windows color (decimal): -12628883 or 7162943. OLE color: 7162943.

HSL color Cylindrical-coordinate representation of color #3F4C6D: hue angle of 223.04º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F4C6D is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 63 76 109 -
CMYK 0.42 0.30 0 0.57
HSL 223.04º 0.27% 0.34% -
HSV(B) 223.04º 0.42% 0.43% -
XYZ 7.39 7.33 15.49 -
YUV 75.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 63 76 109 0.42 0.30 0 0.57 223.04 0.27 0.34
Hex 3F 4C 6D 2A 1E 0 39 DF 1B 22
Octal 77 114 155 52 36 0 71 337 33 42
Binary 111111 1001100 1101101 101010 11110 0 111001 11011111 11011 100010

Color Harmonies of #3F4C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4C6D

Black with #3F4C6D

Text Example


Text Example

White with #3F4C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,76,109); }

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

background-color css

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

 a { background-color: rgb(63,76,109); }

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

border-color css

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

 span { border-color: rgb(63,76,109); }

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