Html Css Color HEX #3F496C Port Gore

📋 copy color: '#3F496C'

red 63 ◦ green 73 ◦ blue 108

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

Shades of Port Gore #3F496C

Tints of Port Gore #3F496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.26%

R = 25.82%
G = 29.92%
B = 44.26%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3F496C (or 0x3F496C) is known color: Port Gore. HEX triplet: 3F, 49 and 6C. RGB value is (63,73,108). Sum of RGB (Red+Green+Blue) = 63+73+108=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #3F496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F496C is #C0B693. Grayscale: #494949. Windows color (decimal): -12629652 or 7096639. OLE color: 7096639.

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

Color convert

RGB 63 73 108 -
CMYK 0.42 0.32 0 0.58
HSL 226.67º 0.26% 0.34% -
HSV(B) 226.67º 0.42% 0.42% -
XYZ 7.14 6.9 15.14 -
YUV 74 147.19 120.15 -
System Red Green Blue C M Y K H S L
Decimal 63 73 108 0.42 0.32 0 0.58 226.67 0.26 0.34
Hex 3F 49 6C 2A 20 0 3A E3 1A 22
Octal 77 111 154 52 40 0 72 343 32 42
Binary 111111 1001001 1101100 101010 100000 0 111010 11100011 11010 100010

Color Harmonies of #3F496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F496C

Black with #3F496C

Text Example


Text Example

White with #3F496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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