Html Css Color HEX #3F4762 Port Gore

📋 copy color: '#3F4762'

red 63 ◦ green 71 ◦ blue 98

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

Shades of Port Gore #3F4762

Tints of Port Gore #3F4762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.24%

R = 27.16%
G = 30.6%
B = 42.24%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3F4762 (or 0x3F4762) is known color: Port Gore. HEX triplet: 3F, 47 and 62. RGB value is (63,71,98). Sum of RGB (Red+Green+Blue) = 63+71+98=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F4762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4762 is #C0B89D. Grayscale: #474747. Windows color (decimal): -12630174 or 6440767. OLE color: 6440767.

HSL color Cylindrical-coordinate representation of color #3F4762: hue angle of 226.29º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F4762 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 71 98 -
CMYK 0.36 0.28 0 0.62
HSL 226.29º 0.22% 0.32% -
HSV(B) 226.29º 0.36% 0.38% -
XYZ 6.51 6.45 12.46 -
YUV 71.69 142.85 121.8 -
System Red Green Blue C M Y K H S L
Decimal 63 71 98 0.36 0.28 0 0.62 226.29 0.22 0.32
Hex 3F 47 62 24 1C 0 3E E2 16 20
Octal 77 107 142 44 34 0 76 342 26 40
Binary 111111 1000111 1100010 100100 11100 0 111110 11100010 10110 100000

Color Harmonies of #3F4762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4762

Black with #3F4762

Text Example


Text Example

White with #3F4762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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