Html Css Color HEX #3F4569 Port Gore

📋 copy color: '#3F4569'

red 63 ◦ green 69 ◦ blue 105

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

Shades of Port Gore #3F4569

Tints of Port Gore #3F4569

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.11%

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

R = 26.58%
G = 29.11%
B = 44.3%

CMYK

 C value IS 0.4

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3F4569 (or 0x3F4569) is known color: Port Gore. HEX triplet: 3F, 45 and 69. RGB value is (63,69,105). Sum of RGB (Red+Green+Blue) = 63+69+105=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #3F4569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4569 is #C0BA96. Grayscale: #474747. Windows color (decimal): -12630679 or 6899007. OLE color: 6899007.

HSL color Cylindrical-coordinate representation of color #3F4569: hue angle of 231.43º 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 #3F4569 is Cyan = 0.4, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 63 69 105 -
CMYK 0.4 0.34 0 0.59
HSL 231.43º 0.25% 0.33% -
HSV(B) 231.43º 0.4% 0.41% -
XYZ 6.73 6.33 14.23 -
YUV 71.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 63 69 105 0.4 0.34 0 0.59 231.43 0.25 0.33
Hex 3F 45 69 28 22 0 3B E7 19 21
Octal 77 105 151 50 42 0 73 347 31 41
Binary 111111 1000101 1101001 101000 100010 0 111011 11100111 11001 100001

Color Harmonies of #3F4569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4569

Black with #3F4569

Text Example


Text Example

White with #3F4569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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