#3C4464

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

Shades of Port Gore #3C4464

Tints of Port Gore #3C4464

Color information

#3C4464 (or 0x3C4464) is unknown color: approx Port Gore. HEX triplet: 3C, 44 and 64. RGB value is (60,68,100). Sum of RGB (Red+Green+Blue) = 60+68+100=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 100 - color contains mainly: blue. Hex color #3C4464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4464 is #C3BB9B. Grayscale: #454545. Windows color (decimal): -12827548 or 6571068. OLE color: 6571068.

HSL color Cylindrical-coordinate representation of color #3C4464: hue angle of 228º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C4464 is Cyan = 0.4, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6068100-
CMYK0.40.3200.61
HSL228º25%31.37%-
HSV(B)228º40%39.22%-
XYZ6.236.0212.89-
YUV69.26145.35121.4-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.32%
GREEN value IS 68 (26.95% from 255) = 29.82%
BLUE value IS 100 (39.45% from 255) = 43.86%
R=26.32%
G=29.82%
B=43.86%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal60681000.40.3200.612282531.37
Hex3C4464282003De4191f
Octal7410414450400753443137
Binary111100100010011001001010001000000111101111001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,68,100); }

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

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

 a { background-color: rgb(60,68,100); }

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

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

 span { border-color: rgb(60,68,100); }

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