#3D4874

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

Shades of Port Gore #3D4874

Tints of Port Gore #3D4874

Color information

#3D4874 (or 0x3D4874) is unknown color: approx Port Gore. HEX triplet: 3D, 48 and 74. RGB value is (61,72,116). Sum of RGB (Red+Green+Blue) = 61+72+116=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #3D4874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4874 is #C2B78B. Grayscale: #494949. Windows color (decimal): -12760972 or 7620669. OLE color: 7620669.

HSL color Cylindrical-coordinate representation of color #3D4874: hue angle of 228º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D4874 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6172116-
CMYK0.470.3800.55
HSL228º31.07%34.71%-
HSV(B)228º47.41%45.49%-
XYZ7.396.8917.46-
YUV73.73151.86118.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.50%
GREEN value IS 72 (28.52% from 255) = 28.92%
BLUE value IS 116 (45.70% from 255) = 46.59%
R=24.50%
G=28.92%
B=46.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61721160.470.3800.5522831.0734.71
Hex3D48742F26037e41f23
Octal7511016457460673443743
Binary1111011001000111010010111110011001101111110010011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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