#3D487A

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

Shades of Port Gore #3D487A

Tints of Port Gore #3D487A

Color information

#3D487A (or 0x3D487A) is unknown color: approx Port Gore. HEX triplet: 3D, 48 and 7A. RGB value is (61,72,122). Sum of RGB (Red+Green+Blue) = 61+72+122=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D487A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D487A is #C2B785. Grayscale: #4A4A4A. Windows color (decimal): -12760966 or 8013885. OLE color: 8013885.

HSL color Cylindrical-coordinate representation of color #3D487A: hue angle of 229.18º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D487A is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6172122-
CMYK0.500.4100.52
HSL229.18º33.33%35.88%-
HSV(B)229.18º50%47.84%-
XYZ7.757.0319.36-
YUV74.41154.86118.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.92%
GREEN value IS 72 (28.52% from 255) = 28.24%
BLUE value IS 122 (48.05% from 255) = 47.84%
R=23.92%
G=28.24%
B=47.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61721220.500.4100.52229.1833.3335.88
Hex3D487A3229034e52124
Octal7511017262510643454144
Binary11110110010001111010110010101001011010011100101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,72,122); }

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

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

 a { background-color: rgb(61,72,122); }

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

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

 span { border-color: rgb(61,72,122); }

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