#3C4168

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

Shades of Port Gore #3C4168

Tints of Port Gore #3C4168

Color information

#3C4168 (or 0x3C4168) is unknown color: approx Port Gore. HEX triplet: 3C, 41 and 68. RGB value is (60,65,104). Sum of RGB (Red+Green+Blue) = 60+65+104=229 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.20% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #3C4168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4168 is #C3BE97. Grayscale: #434343. Windows color (decimal): -12828312 or 6832444. OLE color: 6832444.

HSL color Cylindrical-coordinate representation of color #3C4168: hue angle of 233.18º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C4168 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6065104-
CMYK0.420.3800.59
HSL233.18º26.83%32.16%-
HSV(B)233.18º42.31%40.78%-
XYZ6.255.7413.88-
YUV67.95148.34122.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.20%
GREEN value IS 65 (25.78% from 255) = 28.38%
BLUE value IS 104 (41.02% from 255) = 45.41%
R=26.20%
G=28.38%
B=45.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal60651040.420.3800.59233.1826.8332.16
Hex3C41682A2603Be91b20
Octal7410115052460733513340
Binary1111001000001110100010101010011001110111110100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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