Html Css Color HEX #3F4773 Port Gore

📋 copy color: '#3F4773'

red 63 ◦ green 71 ◦ blue 115

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

Shades of Port Gore #3F4773

Tints of Port Gore #3F4773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46.18%

R = 25.3%
G = 28.51%
B = 46.18%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F4773 (or 0x3F4773) is known color: Port Gore. HEX triplet: 3F, 47 and 73. RGB value is (63,71,115). Sum of RGB (Red+Green+Blue) = 63+71+115=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F4773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4773 is #C0B88C. Grayscale: #494949. Windows color (decimal): -12630157 or 7554879. OLE color: 7554879.

HSL color Cylindrical-coordinate representation of color #3F4773: hue angle of 230.77º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F4773 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 71 115 -
CMYK 0.45 0.38 0 0.55
HSL 230.77º 0.29% 0.35% -
HSV(B) 230.77º 0.45% 0.45% -
XYZ 7.4 6.8 17.14 -
YUV 73.62 151.35 120.42 -
System Red Green Blue C M Y K H S L
Decimal 63 71 115 0.45 0.38 0 0.55 230.77 0.29 0.35
Hex 3F 47 73 2D 26 0 37 E7 1D 23
Octal 77 107 163 55 46 0 67 347 35 43
Binary 111111 1000111 1110011 101101 100110 0 110111 11100111 11101 100011

Color Harmonies of #3F4773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4773

Black with #3F4773

Text Example


Text Example

White with #3F4773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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