Html Css Color HEX #3F4862 Port Gore

📋 copy color: '#3F4862'

red 63 ◦ green 72 ◦ blue 98

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

Shades of Port Gore #3F4862

Tints of Port Gore #3F4862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.9%

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

R = 27.04%
G = 30.9%
B = 42.06%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3F4862 (or 0x3F4862) is known color: Port Gore. HEX triplet: 3F, 48 and 62. RGB value is (63,72,98). Sum of RGB (Red+Green+Blue) = 63+72+98=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F4862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4862 is #C0B79D. Grayscale: #484848. Windows color (decimal): -12629918 or 6441023. OLE color: 6441023.

HSL color Cylindrical-coordinate representation of color #3F4862: hue angle of 224.57º 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 #3F4862 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 72 98 -
CMYK 0.36 0.27 0 0.62
HSL 224.57º 0.22% 0.32% -
HSV(B) 224.57º 0.36% 0.38% -
XYZ 6.57 6.57 12.48 -
YUV 72.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 63 72 98 0.36 0.27 0 0.62 224.57 0.22 0.32
Hex 3F 48 62 24 1B 0 3E E1 16 20
Octal 77 110 142 44 33 0 76 341 26 40
Binary 111111 1001000 1100010 100100 11011 0 111110 11100001 10110 100000

Color Harmonies of #3F4862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4862

Black with #3F4862

Text Example


Text Example

White with #3F4862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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