Html Css Color HEX #3F476A Port Gore

📋 copy color: '#3F476A'

red 63 ◦ green 71 ◦ blue 106

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

Shades of Port Gore #3F476A

Tints of Port Gore #3F476A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 44.17%

R = 26.25%
G = 29.58%
B = 44.17%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3F476A (or 0x3F476A) is known color: Port Gore. HEX triplet: 3F, 47 and 6A. RGB value is (63,71,106). Sum of RGB (Red+Green+Blue) = 63+71+106=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 106 - color contains mainly: blue. Hex color #3F476A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F476A is #C0B895. Grayscale: #484848. Windows color (decimal): -12630166 or 6965055. OLE color: 6965055.

HSL color Cylindrical-coordinate representation of color #3F476A: hue angle of 228.84º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F476A is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 63 71 106 -
CMYK 0.41 0.33 0 0.58
HSL 228.84º 0.25% 0.33% -
HSV(B) 228.84º 0.41% 0.42% -
XYZ 6.9 6.6 14.55 -
YUV 72.6 146.85 121.15 -
System Red Green Blue C M Y K H S L
Decimal 63 71 106 0.41 0.33 0 0.58 228.84 0.25 0.33
Hex 3F 47 6A 29 21 0 3A E5 19 21
Octal 77 107 152 51 41 0 72 345 31 41
Binary 111111 1000111 1101010 101001 100001 0 111010 11100101 11001 100001

Color Harmonies of #3F476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F476A

Black with #3F476A

Text Example


Text Example

White with #3F476A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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