#3D416F

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

Shades of Port Gore #3D416F

Tints of Port Gore #3D416F

Color information

#3D416F (or 0x3D416F) is unknown color: approx Port Gore. HEX triplet: 3D, 41 and 6F. RGB value is (61,65,111). Sum of RGB (Red+Green+Blue) = 61+65+111=237 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.74% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #3D416F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D416F is #C2BE90. Grayscale: #444444. Windows color (decimal): -12762769 or 7291197. OLE color: 7291197.

HSL color Cylindrical-coordinate representation of color #3D416F: hue angle of 235.2º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D416F is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6165111-
CMYK0.450.4100.56
HSL235.2º29.07%33.73%-
HSV(B)235.2º45.05%43.53%-
XYZ6.685.9215.83-
YUV69.05151.67122.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.74%
GREEN value IS 65 (25.78% from 255) = 27.43%
BLUE value IS 111 (43.75% from 255) = 46.84%
R=25.74%
G=27.43%
B=46.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61651110.450.4100.56235.229.0733.73
Hex3D416F2D29038eb1d22
Octal7510115755510703533542
Binary1111011000001110111110110110100101110001110101111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,65,111); }

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

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

 a { background-color: rgb(61,65,111); }

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

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

 span { border-color: rgb(61,65,111); }

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