Html Css Color HEX #3F4967 Port Gore

📋 copy color: '#3F4967'

red 63 ◦ green 73 ◦ blue 103

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

Shades of Port Gore #3F4967

Tints of Port Gore #3F4967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 43.1%

R = 26.36%
G = 30.54%
B = 43.1%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3F4967 (or 0x3F4967) is known color: Port Gore. HEX triplet: 3F, 49 and 67. RGB value is (63,73,103). Sum of RGB (Red+Green+Blue) = 63+73+103=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F4967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4967 is #C0B698. Grayscale: #494949. Windows color (decimal): -12629657 or 6768959. OLE color: 6768959.

HSL color Cylindrical-coordinate representation of color #3F4967: hue angle of 225º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F4967 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 63 73 103 -
CMYK 0.39 0.29 0 0.60
HSL 225º 0.24% 0.33% -
HSV(B) 225º 0.39% 0.4% -
XYZ 6.88 6.8 13.78 -
YUV 73.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 63 73 103 0.39 0.29 0 0.60 225 0.24 0.33
Hex 3F 49 67 27 1D 0 3C E1 18 21
Octal 77 111 147 47 35 0 74 341 30 41
Binary 111111 1001001 1100111 100111 11101 0 111100 11100001 11000 100001

Color Harmonies of #3F4967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4967

Black with #3F4967

Text Example


Text Example

White with #3F4967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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