Html Css Color HEX #3F4674 Port Gore

📋 copy color: '#3F4674'

red 63 ◦ green 70 ◦ blue 116

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

Shades of Port Gore #3F4674

Tints of Port Gore #3F4674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.59%

R = 25.3%
G = 28.11%
B = 46.59%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F4674 (or 0x3F4674) is known color: Port Gore. HEX triplet: 3F, 46 and 74. RGB value is (63,70,116). Sum of RGB (Red+Green+Blue) = 63+70+116=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F4674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4674 is #C0B98B. Grayscale: #484848. Windows color (decimal): -12630412 or 7620159. OLE color: 7620159.

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

Color convert

RGB 63 70 116 -
CMYK 0.46 0.40 0 0.55
HSL 232.08º 0.3% 0.35% -
HSV(B) 232.08º 0.46% 0.45% -
XYZ 7.39 6.7 17.43 -
YUV 73.15 152.18 120.76 -
System Red Green Blue C M Y K H S L
Decimal 63 70 116 0.46 0.40 0 0.55 232.08 0.3 0.35
Hex 3F 46 74 2E 28 0 37 E8 1E 23
Octal 77 106 164 56 50 0 67 350 36 43
Binary 111111 1000110 1110100 101110 101000 0 110111 11101000 11110 100011

Color Harmonies of #3F4674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4674

Black with #3F4674

Text Example


Text Example

White with #3F4674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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