Html Css Color HEX #3F4874 Port Gore

📋 copy color: '#3F4874'

red 63 ◦ green 72 ◦ blue 116

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

Shades of Port Gore #3F4874

Tints of Port Gore #3F4874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.69%

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

R = 25.1%
G = 28.69%
B = 46.22%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F4874 (or 0x3F4874) is known color: Port Gore. HEX triplet: 3F, 48 and 74. RGB value is (63,72,116). Sum of RGB (Red+Green+Blue) = 63+72+116=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F4874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4874 is #C0B78B. Grayscale: #4A4A4A. Windows color (decimal): -12629900 or 7620671. OLE color: 7620671.

HSL color Cylindrical-coordinate representation of color #3F4874: hue angle of 229.81º 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 #3F4874 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 72 116 -
CMYK 0.46 0.38 0 0.55
HSL 229.81º 0.3% 0.35% -
HSV(B) 229.81º 0.46% 0.45% -
XYZ 7.52 6.95 17.47 -
YUV 74.33 151.52 119.92 -
System Red Green Blue C M Y K H S L
Decimal 63 72 116 0.46 0.38 0 0.55 229.81 0.3 0.35
Hex 3F 48 74 2E 26 0 37 E6 1E 23
Octal 77 110 164 56 46 0 67 346 36 43
Binary 111111 1001000 1110100 101110 100110 0 110111 11100110 11110 100011

Color Harmonies of #3F4874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4874

Black with #3F4874

Text Example


Text Example

White with #3F4874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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