Html Css Color HEX #3F4B71 Astronaut

📋 copy color: '#3F4B71'

red 63 ◦ green 75 ◦ blue 113

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

Shades of Astronaut #3F4B71

Tints of Astronaut #3F4B71

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.88%

 BLUE value IS 113 (44.53% from 255) = 45.02%

R = 25.1%
G = 29.88%
B = 45.02%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F4B71 (or 0x3F4B71) is known color: Astronaut. HEX triplet: 3F, 4B and 71. RGB value is (63,75,113). Sum of RGB (Red+Green+Blue) = 63+75+113=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F4B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4B71 is #C0B48E. Grayscale: #4B4B4B. Windows color (decimal): -12629135 or 7424831. OLE color: 7424831.

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

Color convert

RGB 63 75 113 -
CMYK 0.44 0.34 0 0.56
HSL 225.6º 0.28% 0.35% -
HSV(B) 225.6º 0.44% 0.44% -
XYZ 7.55 7.28 16.63 -
YUV 75.74 149.02 118.91 -
System Red Green Blue C M Y K H S L
Decimal 63 75 113 0.44 0.34 0 0.56 225.6 0.28 0.35
Hex 3F 4B 71 2C 22 0 38 E2 1C 23
Octal 77 113 161 54 42 0 70 342 34 43
Binary 111111 1001011 1110001 101100 100010 0 111000 11100010 11100 100011

Color Harmonies of #3F4B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4B71

Black with #3F4B71

Text Example


Text Example

White with #3F4B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,75,113); }

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

background-color css

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

 a { background-color: rgb(63,75,113); }

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

border-color css

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

 span { border-color: rgb(63,75,113); }

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