Html Css Color HEX #3F5075 Astronaut

📋 copy color: '#3F5075'

red 63 ◦ green 80 ◦ blue 117

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

Shades of Astronaut #3F5075

Tints of Astronaut #3F5075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.77%

 BLUE value IS 117 (46.09% from 255) = 45%

R = 24.23%
G = 30.77%
B = 45%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F5075 (or 0x3F5075) is known color: Astronaut. HEX triplet: 3F, 50 and 75. RGB value is (63,80,117). Sum of RGB (Red+Green+Blue) = 63+80+117=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F5075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5075 is #C0AF8A. Grayscale: #4E4E4E. Windows color (decimal): -12627851 or 7688255. OLE color: 7688255.

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

Color convert

RGB 63 80 117 -
CMYK 0.46 0.32 0 0.54
HSL 221.11º 0.3% 0.35% -
HSV(B) 221.11º 0.46% 0.46% -
XYZ 8.13 8.08 17.96 -
YUV 79.14 149.37 116.49 -
System Red Green Blue C M Y K H S L
Decimal 63 80 117 0.46 0.32 0 0.54 221.11 0.3 0.35
Hex 3F 50 75 2E 20 0 36 DD 1E 23
Octal 77 120 165 56 40 0 66 335 36 43
Binary 111111 1010000 1110101 101110 100000 0 110110 11011101 11110 100011

Color Harmonies of #3F5075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5075

Black with #3F5075

Text Example


Text Example

White with #3F5075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,80,117); }

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

background-color css

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

 a { background-color: rgb(63,80,117); }

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

border-color css

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

 span { border-color: rgb(63,80,117); }

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