Html Css Color HEX #3F496A Port Gore

📋 copy color: '#3F496A'

red 63 ◦ green 73 ◦ blue 106

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

Shades of Port Gore #3F496A

Tints of Port Gore #3F496A

RGB

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

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

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

R = 26.03%
G = 30.17%
B = 43.8%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3F496A (or 0x3F496A) is known color: Port Gore. HEX triplet: 3F, 49 and 6A. RGB value is (63,73,106). Sum of RGB (Red+Green+Blue) = 63+73+106=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 106 - color contains mainly: blue. Hex color #3F496A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F496A is #C0B695. Grayscale: #494949. Windows color (decimal): -12629654 or 6965567. OLE color: 6965567.

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

Color convert

RGB 63 73 106 -
CMYK 0.41 0.31 0 0.58
HSL 226.05º 0.25% 0.33% -
HSV(B) 226.05º 0.41% 0.42% -
XYZ 7.03 6.86 14.59 -
YUV 73.77 146.19 120.32 -
System Red Green Blue C M Y K H S L
Decimal 63 73 106 0.41 0.31 0 0.58 226.05 0.25 0.33
Hex 3F 49 6A 29 1F 0 3A E2 19 21
Octal 77 111 152 51 37 0 72 342 31 41
Binary 111111 1001001 1101010 101001 11111 0 111010 11100010 11001 100001

Color Harmonies of #3F496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F496A

Black with #3F496A

Text Example


Text Example

White with #3F496A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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