Html Css Color HEX #3F4A7D Astronaut

📋 copy color: '#3F4A7D'

red 63 ◦ green 74 ◦ blue 125

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

Shades of Astronaut #3F4A7D

Tints of Astronaut #3F4A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.71%

R = 24.05%
G = 28.24%
B = 47.71%

CMYK

 C value IS 0.50

 M value IS 0.41

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F4A7D (or 0x3F4A7D) is known color: Astronaut. HEX triplet: 3F, 4A and 7D. RGB value is (63,74,125). Sum of RGB (Red+Green+Blue) = 63+74+125=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F4A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4A7D is #C0B582. Grayscale: #4C4C4C. Windows color (decimal): -12629379 or 8211007. OLE color: 8211007.

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

Color convert

RGB 63 74 125 -
CMYK 0.50 0.41 0 0.51
HSL 229.35º 0.33% 0.37% -
HSV(B) 229.35º 0.5% 0.49% -
XYZ 8.2 7.43 20.4 -
YUV 76.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 63 74 125 0.50 0.41 0 0.51 229.35 0.33 0.37
Hex 3F 4A 7D 32 29 0 33 E5 21 25
Octal 77 112 175 62 51 0 63 345 41 45
Binary 111111 1001010 1111101 110010 101001 0 110011 11100101 100001 100101

Color Harmonies of #3F4A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4A7D

Black with #3F4A7D

Text Example


Text Example

White with #3F4A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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