Html Css Color HEX #3F476F Port Gore

📋 copy color: '#3F476F'

red 63 ◦ green 71 ◦ blue 111

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

Shades of Port Gore #3F476F

Tints of Port Gore #3F476F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.98%

 BLUE value IS 111 (43.75% from 255) = 45.31%

R = 25.71%
G = 28.98%
B = 45.31%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F476F (or 0x3F476F) is known color: Port Gore. HEX triplet: 3F, 47 and 6F. RGB value is (63,71,111). Sum of RGB (Red+Green+Blue) = 63+71+111=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F476F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F476F is #C0B890. Grayscale: #494949. Windows color (decimal): -12630161 or 7292735. OLE color: 7292735.

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

Color convert

RGB 63 71 111 -
CMYK 0.43 0.36 0 0.56
HSL 230º 0.28% 0.34% -
HSV(B) 230º 0.43% 0.44% -
XYZ 7.17 6.71 15.96 -
YUV 73.17 149.35 120.75 -
System Red Green Blue C M Y K H S L
Decimal 63 71 111 0.43 0.36 0 0.56 230 0.28 0.34
Hex 3F 47 6F 2B 24 0 38 E6 1C 22
Octal 77 107 157 53 44 0 70 346 34 42
Binary 111111 1000111 1101111 101011 100100 0 111000 11100110 11100 100010

Color Harmonies of #3F476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F476F

Black with #3F476F

Text Example


Text Example

White with #3F476F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,71,111); }

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

background-color css

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

 a { background-color: rgb(63,71,111); }

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

border-color css

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

 span { border-color: rgb(63,71,111); }

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