#3C4166

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

Shades of Port Gore #3C4166

Tints of Port Gore #3C4166

Color information

#3C4166 (or 0x3C4166) is unknown color: approx Port Gore. HEX triplet: 3C, 41 and 66. RGB value is (60,65,102). Sum of RGB (Red+Green+Blue) = 60+65+102=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #3C4166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4166 is #C3BE99. Grayscale: #434343. Windows color (decimal): -12828314 or 6701372. OLE color: 6701372.

HSL color Cylindrical-coordinate representation of color #3C4166: hue angle of 232.86º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3C4166 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6065102-
CMYK0.410.3600.6
HSL232.86º25.93%31.76%-
HSV(B)232.86º41.18%40%-
XYZ6.155.713.35-
YUV67.72147.34122.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.43%
GREEN value IS 65 (25.78% from 255) = 28.63%
BLUE value IS 102 (40.23% from 255) = 44.93%
R=26.43%
G=28.63%
B=44.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal60651020.410.3600.6232.8625.9331.76
Hex3C4166292403Ce91a20
Octal7410114651440743513240
Binary1111001000001110011010100110010001111001110100111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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