#3D4777

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

Shades of Port Gore #3D4777

Tints of Port Gore #3D4777

Color information

#3D4777 (or 0x3D4777) is unknown color: approx Port Gore. HEX triplet: 3D, 47 and 77. RGB value is (61,71,119). Sum of RGB (Red+Green+Blue) = 61+71+119=251 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.30% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D4777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4777 is #C2B888. Grayscale: #494949. Windows color (decimal): -12761225 or 7817021. OLE color: 7817021.

HSL color Cylindrical-coordinate representation of color #3D4777: hue angle of 229.66º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D4777 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6171119-
CMYK0.490.4000.53
HSL229.66º32.22%35.29%-
HSV(B)229.66º48.74%46.67%-
XYZ7.516.8318.38-
YUV73.48153.69119.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.30%
GREEN value IS 71 (28.12% from 255) = 28.29%
BLUE value IS 119 (46.88% from 255) = 47.41%
R=24.30%
G=28.29%
B=47.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61711190.490.4000.53229.6632.2235.29
Hex3D47773128035e62023
Octal7510716761500653464043
Binary11110110001111110111110001101000011010111100110100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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