#3C4677

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

Shades of Port Gore #3C4677

Tints of Port Gore #3C4677

Color information

#3C4677 (or 0x3C4677) is unknown color: approx Port Gore. HEX triplet: 3C, 46 and 77. RGB value is (60,70,119). Sum of RGB (Red+Green+Blue) = 60+70+119=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C4677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4677 is #C3B988. Grayscale: #484848. Windows color (decimal): -12827017 or 7816764. OLE color: 7816764.

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

Color convert

RGB6070119-
CMYK0.500.4100.53
HSL229.83º32.96%35.1%-
HSV(B)229.83º49.58%46.67%-
XYZ7.386.6718.35-
YUV72.6154.19119.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.10%
GREEN value IS 70 (27.73% from 255) = 28.11%
BLUE value IS 119 (46.88% from 255) = 47.79%
R=24.10%
G=28.11%
B=47.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60701190.500.4100.53229.8332.9635.1
Hex3C46773229035e62123
Octal7410616762510653464143
Binary11110010001101110111110010101001011010111100110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,70,119); }

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

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

 a { background-color: rgb(60,70,119); }

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

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

 span { border-color: rgb(60,70,119); }

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