Html Css Color HEX #3F496B Port Gore

📋 copy color: '#3F496B'

red 63 ◦ green 73 ◦ blue 107

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

Shades of Port Gore #3F496B

Tints of Port Gore #3F496B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.04%

 BLUE value IS 107 (42.19% from 255) = 44.03%

R = 25.93%
G = 30.04%
B = 44.03%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3F496B (or 0x3F496B) is known color: Port Gore. HEX triplet: 3F, 49 and 6B. RGB value is (63,73,107). Sum of RGB (Red+Green+Blue) = 63+73+107=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 107 - color contains mainly: blue. Hex color #3F496B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F496B is #C0B694. Grayscale: #494949. Windows color (decimal): -12629653 or 7031103. OLE color: 7031103.

HSL color Cylindrical-coordinate representation of color #3F496B: hue angle of 226.36º degrees, saturation: 0.26, 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 #3F496B is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 63 73 107 -
CMYK 0.41 0.32 0 0.58
HSL 226.36º 0.26% 0.33% -
HSV(B) 226.36º 0.41% 0.42% -
XYZ 7.09 6.88 14.87 -
YUV 73.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 63 73 107 0.41 0.32 0 0.58 226.36 0.26 0.33
Hex 3F 49 6B 29 20 0 3A E2 1A 21
Octal 77 111 153 51 40 0 72 342 32 41
Binary 111111 1001001 1101011 101001 100000 0 111010 11100010 11010 100001

Color Harmonies of #3F496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F496B

Black with #3F496B

Text Example


Text Example

White with #3F496B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,73,107); }

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

background-color css

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

 a { background-color: rgb(63,73,107); }

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

border-color css

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

 span { border-color: rgb(63,73,107); }

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