Html Css Color HEX #3F4662 Port Gore

📋 copy color: '#3F4662'

red 63 ◦ green 70 ◦ blue 98

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

Shades of Port Gore #3F4662

Tints of Port Gore #3F4662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.3%

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

R = 27.27%
G = 30.3%
B = 42.42%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3F4662 (or 0x3F4662) is known color: Port Gore. HEX triplet: 3F, 46 and 62. RGB value is (63,70,98). Sum of RGB (Red+Green+Blue) = 63+70+98=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F4662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4662 is #C0B99D. Grayscale: #464646. Windows color (decimal): -12630430 or 6440511. OLE color: 6440511.

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

Color convert

RGB 63 70 98 -
CMYK 0.36 0.29 0 0.62
HSL 228º 0.22% 0.32% -
HSV(B) 228º 0.36% 0.38% -
XYZ 6.44 6.32 12.44 -
YUV 71.1 143.18 122.22 -
System Red Green Blue C M Y K H S L
Decimal 63 70 98 0.36 0.29 0 0.62 228 0.22 0.32
Hex 3F 46 62 24 1D 0 3E E4 16 20
Octal 77 106 142 44 35 0 76 344 26 40
Binary 111111 1000110 1100010 100100 11101 0 111110 11100100 10110 100000

Color Harmonies of #3F4662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4662

Black with #3F4662

Text Example


Text Example

White with #3F4662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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