Html Css Color HEX #3F4561 Port Gore

📋 copy color: '#3F4561'

red 63 ◦ green 69 ◦ blue 97

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

Shades of Port Gore #3F4561

Tints of Port Gore #3F4561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 42.36%

R = 27.51%
G = 30.13%
B = 42.36%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3F4561 (or 0x3F4561) is known color: Port Gore. HEX triplet: 3F, 45 and 61. RGB value is (63,69,97). Sum of RGB (Red+Green+Blue) = 63+69+97=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F4561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4561 is #C0BA9E. Grayscale: #464646. Windows color (decimal): -12630687 or 6374719. OLE color: 6374719.

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

Color convert

RGB 63 69 97 -
CMYK 0.35 0.29 0 0.62
HSL 229.41º 0.21% 0.31% -
HSV(B) 229.41º 0.35% 0.38% -
XYZ 6.34 6.18 12.17 -
YUV 70.4 143.01 122.72 -
System Red Green Blue C M Y K H S L
Decimal 63 69 97 0.35 0.29 0 0.62 229.41 0.21 0.31
Hex 3F 45 61 23 1D 0 3E E5 15 1F
Octal 77 105 141 43 35 0 76 345 25 37
Binary 111111 1000101 1100001 100011 11101 0 111110 11100101 10101 11111

Color Harmonies of #3F4561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4561

Black with #3F4561

Text Example


Text Example

White with #3F4561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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