Html Css Color HEX #3F4A6F Astronaut

📋 copy color: '#3F4A6F'

red 63 ◦ green 74 ◦ blue 111

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

Shades of Astronaut #3F4A6F

Tints of Astronaut #3F4A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.76%

R = 25.4%
G = 29.84%
B = 44.76%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F4A6F (or 0x3F4A6F) is known color: Astronaut. HEX triplet: 3F, 4A and 6F. RGB value is (63,74,111). Sum of RGB (Red+Green+Blue) = 63+74+111=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F4A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4A6F is #C0B590. Grayscale: #4A4A4A. Windows color (decimal): -12629393 or 7293503. OLE color: 7293503.

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

Color convert

RGB 63 74 111 -
CMYK 0.43 0.33 0 0.56
HSL 226.25º 0.28% 0.34% -
HSV(B) 226.25º 0.43% 0.44% -
XYZ 7.37 7.1 16.02 -
YUV 74.93 148.36 119.49 -
System Red Green Blue C M Y K H S L
Decimal 63 74 111 0.43 0.33 0 0.56 226.25 0.28 0.34
Hex 3F 4A 6F 2B 21 0 38 E2 1C 22
Octal 77 112 157 53 41 0 70 342 34 42
Binary 111111 1001010 1101111 101011 100001 0 111000 11100010 11100 100010

Color Harmonies of #3F4A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4A6F

Black with #3F4A6F

Text Example


Text Example

White with #3F4A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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