#3D4775

Color #3D4775 Port Gore (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Port Gore #3D4775

Tints of Port Gore #3D4775

Color information

#3D4775 (or 0x3D4775) is unknown color: approx Port Gore. HEX triplet: 3D, 47 and 75. RGB value is (61,71,117). Sum of RGB (Red+Green+Blue) = 61+71+117=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D4775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4775 is #C2B88A. Grayscale: #494949. Windows color (decimal): -12761227 or 7685949. OLE color: 7685949.

HSL color Cylindrical-coordinate representation of color #3D4775: hue angle of 229.29º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D4775 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6171117-
CMYK0.480.3900.54
HSL229.29º31.46%34.9%-
HSV(B)229.29º47.86%45.88%-
XYZ7.396.7817.75-
YUV73.25152.69119.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.50%
GREEN value IS 71 (28.12% from 255) = 28.51%
BLUE value IS 117 (46.09% from 255) = 46.99%
R=24.50%
G=28.51%
B=46.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61711170.480.3900.54229.2931.4634.9
Hex3D47753027036e51f23
Octal7510716560470663453743
Binary1111011000111111010111000010011101101101110010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D4775;
 }
 .AnyTagClassName
 {
   color: #3D4775;
 }
</style>
background-color css

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

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

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

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

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

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