Html Css Color HEX #3F5176 Astronaut

📋 copy color: '#3F5176'

red 63 ◦ green 81 ◦ blue 118

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

Shades of Astronaut #3F5176

Tints of Astronaut #3F5176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 45.04%

R = 24.05%
G = 30.92%
B = 45.04%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F5176 (or 0x3F5176) is known color: Astronaut. HEX triplet: 3F, 51 and 76. RGB value is (63,81,118). Sum of RGB (Red+Green+Blue) = 63+81+118=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F5176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5176 is #C0AE89. Grayscale: #4F4F4F. Windows color (decimal): -12627594 or 7754047. OLE color: 7754047.

HSL color Cylindrical-coordinate representation of color #3F5176: hue angle of 220.36º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F5176 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 81 118 -
CMYK 0.47 0.31 0 0.54
HSL 220.36º 0.3% 0.35% -
HSV(B) 220.36º 0.47% 0.46% -
XYZ 8.26 8.25 18.3 -
YUV 79.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 63 81 118 0.47 0.31 0 0.54 220.36 0.3 0.35
Hex 3F 51 76 2F 1F 0 36 DC 1E 23
Octal 77 121 166 57 37 0 66 334 36 43
Binary 111111 1010001 1110110 101111 11111 0 110110 11011100 11110 100011

Color Harmonies of #3F5176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5176

Black with #3F5176

Text Example


Text Example

White with #3F5176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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