#3D436E

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

Shades of Port Gore #3D436E

Tints of Port Gore #3D436E

Color information

#3D436E (or 0x3D436E) is unknown color: approx Port Gore. HEX triplet: 3D, 43 and 6E. RGB value is (61,67,110). Sum of RGB (Red+Green+Blue) = 61+67+110=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 110 - color contains mainly: blue. Hex color #3D436E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D436E is #C2BC91. Grayscale: #454545. Windows color (decimal): -12762258 or 7226173. OLE color: 7226173.

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

Color convert

RGB6167110-
CMYK0.450.3900.57
HSL232.65º28.65%33.53%-
HSV(B)232.65º44.55%43.14%-
XYZ6.756.1315.58-
YUV70.11150.51121.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.63%
GREEN value IS 67 (26.56% from 255) = 28.15%
BLUE value IS 110 (43.36% from 255) = 46.22%
R=25.63%
G=28.15%
B=46.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61671100.450.3900.57232.6528.6533.53
Hex3D436E2D27039e91d22
Octal7510315655470713513542
Binary1111011000011110111010110110011101110011110100111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,67,110); }

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

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

 a { background-color: rgb(61,67,110); }

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

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

 span { border-color: rgb(61,67,110); }

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