Html Css Color HEX #3F4A69 Port Gore

📋 copy color: '#3F4A69'

red 63 ◦ green 74 ◦ blue 105

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

Shades of Port Gore #3F4A69

Tints of Port Gore #3F4A69

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.58%

 BLUE value IS 105 (41.41% from 255) = 43.39%

R = 26.03%
G = 30.58%
B = 43.39%

CMYK

 C value IS 0.4

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3F4A69 (or 0x3F4A69) is known color: Port Gore. HEX triplet: 3F, 4A and 69. RGB value is (63,74,105). Sum of RGB (Red+Green+Blue) = 63+74+105=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #3F4A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4A69 is #C0B596. Grayscale: #4A4A4A. Windows color (decimal): -12629399 or 6900287. OLE color: 6900287.

HSL color Cylindrical-coordinate representation of color #3F4A69: hue angle of 224.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F4A69 is Cyan = 0.4, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 63 74 105 -
CMYK 0.4 0.30 0 0.59
HSL 224.29º 0.25% 0.33% -
HSV(B) 224.29º 0.4% 0.41% -
XYZ 7.05 6.97 14.34 -
YUV 74.25 145.36 119.98 -
System Red Green Blue C M Y K H S L
Decimal 63 74 105 0.4 0.30 0 0.59 224.29 0.25 0.33
Hex 3F 4A 69 28 1E 0 3B E0 19 21
Octal 77 112 151 50 36 0 73 340 31 41
Binary 111111 1001010 1101001 101000 11110 0 111011 11100000 11001 100001

Color Harmonies of #3F4A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4A69

Black with #3F4A69

Text Example


Text Example

White with #3F4A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,74,105); }

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

background-color css

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

 a { background-color: rgb(63,74,105); }

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

border-color css

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

 span { border-color: rgb(63,74,105); }

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