#3C416C

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

Shades of Port Gore #3C416C

Tints of Port Gore #3C416C

Color information

#3C416C (or 0x3C416C) is unknown color: approx Port Gore. HEX triplet: 3C, 41 and 6C. RGB value is (60,65,108). Sum of RGB (Red+Green+Blue) = 60+65+108=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C416C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C416C is #C3BE93. Grayscale: #444444. Windows color (decimal): -12828308 or 7094588. OLE color: 7094588.

HSL color Cylindrical-coordinate representation of color #3C416C: hue angle of 233.75º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C416C is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6065108-
CMYK0.440.4000.58
HSL233.75º28.57%32.94%-
HSV(B)233.75º44.44%42.35%-
XYZ6.465.8214.97-
YUV68.41150.34122-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.75%
GREEN value IS 65 (25.78% from 255) = 27.90%
BLUE value IS 108 (42.58% from 255) = 46.35%
R=25.75%
G=27.90%
B=46.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal60651080.440.4000.58233.7528.5732.94
Hex3C416C2C2803Aea1d21
Octal7410115454500723523541
Binary1111001000001110110010110010100001110101110101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,65,108); }

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

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

 a { background-color: rgb(60,65,108); }

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

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

 span { border-color: rgb(60,65,108); }

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