#3C3F64

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

Shades of Port Gore #3C3F64

Tints of Port Gore #3C3F64

Color information

#3C3F64 (or 0x3C3F64) is unknown color: approx Port Gore. HEX triplet: 3C, 3F and 64. RGB value is (60,63,100). Sum of RGB (Red+Green+Blue) = 60+63+100=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 100 - color contains mainly: blue. Hex color #3C3F64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3F64 is #C3C09B. Grayscale: #424242. Windows color (decimal): -12828828 or 6569788. OLE color: 6569788.

HSL color Cylindrical-coordinate representation of color #3C3F64: hue angle of 235.5º 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 #3C3F64 is Cyan = 0.4, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6063100-
CMYK0.40.3700.61
HSL235.5º25%31.37%-
HSV(B)235.5º40%39.22%-
XYZ5.945.4412.79-
YUV66.32147.01123.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.91%
GREEN value IS 63 (25% from 255) = 28.25%
BLUE value IS 100 (39.45% from 255) = 44.84%
R=26.91%
G=28.25%
B=44.84%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal60631000.40.3700.61235.52531.37
Hex3C3F64282503Dec191f
Octal747714450450753543137
Binary11110011111111001001010001001010111101111011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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