Html Css Color HEX #3F4663 Port Gore

📋 copy color: '#3F4663'

red 63 ◦ green 70 ◦ blue 99

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

Shades of Port Gore #3F4663

Tints of Port Gore #3F4663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.67%

R = 27.16%
G = 30.17%
B = 42.67%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3F4663 (or 0x3F4663) is known color: Port Gore. HEX triplet: 3F, 46 and 63. RGB value is (63,70,99). Sum of RGB (Red+Green+Blue) = 63+70+99=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #3F4663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4663 is #C0B99C. Grayscale: #474747. Windows color (decimal): -12630429 or 6506047. OLE color: 6506047.

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

Color convert

RGB 63 70 99 -
CMYK 0.36 0.29 0 0.61
HSL 228.33º 0.22% 0.32% -
HSV(B) 228.33º 0.36% 0.39% -
XYZ 6.49 6.34 12.69 -
YUV 71.21 143.68 122.14 -
System Red Green Blue C M Y K H S L
Decimal 63 70 99 0.36 0.29 0 0.61 228.33 0.22 0.32
Hex 3F 46 63 24 1D 0 3D E4 16 20
Octal 77 106 143 44 35 0 75 344 26 40
Binary 111111 1000110 1100011 100100 11101 0 111101 11100100 10110 100000

Color Harmonies of #3F4663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4663

Black with #3F4663

Text Example


Text Example

White with #3F4663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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