Html Css Color HEX #3D4969 Port Gore

📋 copy color: '#3D4969'

red 61 ◦ green 73 ◦ blue 105

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

Shades of Port Gore #3D4969

Tints of Port Gore #3D4969

RGB

 RED value IS 61 (24.22% from 255) = 25.52%

 GREEN value IS 73 (28.91% from 255) = 30.54%

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

R = 25.52%
G = 30.54%
B = 43.93%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3D4969 (or 0x3D4969) is known color: Port Gore. HEX triplet: 3D, 49 and 69. RGB value is (61,73,105). Sum of RGB (Red+Green+Blue) = 61+73+105=239 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.52% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #3D4969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4969 is #C2B696. Grayscale: #484848. Windows color (decimal): -12760727 or 6900029. OLE color: 6900029.

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

Color convert

RGB 61 73 105 -
CMYK 0.42 0.30 0 0.59
HSL 223.64º 0.27% 0.33% -
HSV(B) 223.64º 0.42% 0.41% -
XYZ 6.86 6.78 14.31 -
YUV 73.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 61 73 105 0.42 0.30 0 0.59 223.64 0.27 0.33
Hex 3D 49 69 2A 1E 0 3B E0 1B 21
Octal 75 111 151 52 36 0 73 340 33 41
Binary 111101 1001001 1101001 101010 11110 0 111011 11100000 11011 100001

Color Harmonies of #3D4969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4969

Black with #3D4969

Text Example


Text Example

White with #3D4969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,73,105); }

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

background-color css

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

 a { background-color: rgb(61,73,105); }

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

border-color css

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

 span { border-color: rgb(61,73,105); }

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