Html Css Color HEX #3F536E Astronaut

📋 copy color: '#3F536E'

red 63 ◦ green 83 ◦ blue 110

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

Shades of Astronaut #3F536E

Tints of Astronaut #3F536E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.42%

 BLUE value IS 110 (43.36% from 255) = 42.97%

R = 24.61%
G = 32.42%
B = 42.97%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3F536E (or 0x3F536E) is known color: Astronaut. HEX triplet: 3F, 53 and 6E. RGB value is (63,83,110). Sum of RGB (Red+Green+Blue) = 63+83+110=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F536E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F536E is #C0AC91. Grayscale: #4F4F4F. Windows color (decimal): -12627090 or 7230271. OLE color: 7230271.

HSL color Cylindrical-coordinate representation of color #3F536E: hue angle of 214.47º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F536E is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 63 83 110 -
CMYK 0.43 0.25 0 0.57
HSL 214.47º 0.27% 0.34% -
HSV(B) 214.47º 0.43% 0.43% -
XYZ 7.96 8.37 15.95 -
YUV 80.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 63 83 110 0.43 0.25 0 0.57 214.47 0.27 0.34
Hex 3F 53 6E 2B 19 0 39 D6 1B 22
Octal 77 123 156 53 31 0 71 326 33 42
Binary 111111 1010011 1101110 101011 11001 0 111001 11010110 11011 100010

Color Harmonies of #3F536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F536E

Black with #3F536E

Text Example


Text Example

White with #3F536E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,83,110); }

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

background-color css

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

 a { background-color: rgb(63,83,110); }

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

border-color css

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

 span { border-color: rgb(63,83,110); }

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