Html Css Color HEX #3D476D Port Gore

📋 copy color: '#3D476D'

red 61 ◦ green 71 ◦ blue 109

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

Shades of Port Gore #3D476D

Tints of Port Gore #3D476D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.46%

 BLUE value IS 109 (42.97% from 255) = 45.23%

R = 25.31%
G = 29.46%
B = 45.23%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3D476D (or 0x3D476D) is known color: Port Gore. HEX triplet: 3D, 47 and 6D. RGB value is (61,71,109). Sum of RGB (Red+Green+Blue) = 61+71+109=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D476D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D476D is #C2B892. Grayscale: #484848. Windows color (decimal): -12761235 or 7161661. OLE color: 7161661.

HSL color Cylindrical-coordinate representation of color #3D476D: hue angle of 227.5º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D476D is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 61 71 109 -
CMYK 0.44 0.35 0 0.57
HSL 227.5º 0.28% 0.33% -
HSV(B) 227.5º 0.44% 0.43% -
XYZ 6.94 6.6 15.38 -
YUV 72.34 148.69 119.91 -
System Red Green Blue C M Y K H S L
Decimal 61 71 109 0.44 0.35 0 0.57 227.5 0.28 0.33
Hex 3D 47 6D 2C 23 0 39 E4 1C 21
Octal 75 107 155 54 43 0 71 344 34 41
Binary 111101 1000111 1101101 101100 100011 0 111001 11100100 11100 100001

Color Harmonies of #3D476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D476D

Black with #3D476D

Text Example


Text Example

White with #3D476D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,71,109); }

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

background-color css

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

 a { background-color: rgb(61,71,109); }

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

border-color css

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

 span { border-color: rgb(61,71,109); }

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