#3D426F

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

Shades of Port Gore #3D426F

Tints of Port Gore #3D426F

Color information

#3D426F (or 0x3D426F) is unknown color: approx Port Gore. HEX triplet: 3D, 42 and 6F. RGB value is (61,66,111). Sum of RGB (Red+Green+Blue) = 61+66+111=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 111 - color contains mainly: blue. Hex color #3D426F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D426F is #C2BD90. Grayscale: #454545. Windows color (decimal): -12762513 or 7291453. OLE color: 7291453.

HSL color Cylindrical-coordinate representation of color #3D426F: hue angle of 234º 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 #3D426F is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6166111-
CMYK0.450.4100.56
HSL234º29.07%33.73%-
HSV(B)234º45.05%43.53%-
XYZ6.746.0415.85-
YUV69.63151.34121.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.63%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 111 (43.75% from 255) = 46.64%
R=25.63%
G=27.73%
B=46.64%

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
Decimal61661110.450.4100.5623429.0733.73
Hex3D426F2D29038ea1d22
Octal7510215755510703523542
Binary1111011000010110111110110110100101110001110101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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