Html Css Color HEX #3F4471 Port Gore

📋 copy color: '#3F4471'

red 63 ◦ green 68 ◦ blue 113

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

Shades of Port Gore #3F4471

Tints of Port Gore #3F4471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.87%

 BLUE value IS 113 (44.53% from 255) = 46.31%

R = 25.82%
G = 27.87%
B = 46.31%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F4471 (or 0x3F4471) is known color: Port Gore. HEX triplet: 3F, 44 and 71. RGB value is (63,68,113). Sum of RGB (Red+Green+Blue) = 63+68+113=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F4471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4471 is #C0BB8E. Grayscale: #474747. Windows color (decimal): -12630927 or 7423039. OLE color: 7423039.

HSL color Cylindrical-coordinate representation of color #3F4471: hue angle of 234º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F4471 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 68 113 -
CMYK 0.44 0.40 0 0.56
HSL 234º 0.28% 0.35% -
HSV(B) 234º 0.44% 0.44% -
XYZ 7.1 6.38 16.48 -
YUV 71.64 151.34 121.84 -
System Red Green Blue C M Y K H S L
Decimal 63 68 113 0.44 0.40 0 0.56 234 0.28 0.35
Hex 3F 44 71 2C 28 0 38 EA 1C 23
Octal 77 104 161 54 50 0 70 352 34 43
Binary 111111 1000100 1110001 101100 101000 0 111000 11101010 11100 100011

Color Harmonies of #3F4471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4471

Black with #3F4471

Text Example


Text Example

White with #3F4471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,68,113); }

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

background-color css

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

 a { background-color: rgb(63,68,113); }

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

border-color css

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

 span { border-color: rgb(63,68,113); }

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