#3C446F

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

Shades of Port Gore #3C446F

Tints of Port Gore #3C446F

Color information

#3C446F (or 0x3C446F) is unknown color: approx Port Gore. HEX triplet: 3C, 44 and 6F. RGB value is (60,68,111). Sum of RGB (Red+Green+Blue) = 60+68+111=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C446F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C446F is #C3BB90. Grayscale: #464646. Windows color (decimal): -12827537 or 7291964. OLE color: 7291964.

HSL color Cylindrical-coordinate representation of color #3C446F: hue angle of 230.59º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C446F is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6068111-
CMYK0.460.3900.56
HSL230.59º29.82%33.53%-
HSV(B)230.59º45.95%43.53%-
XYZ6.86.2415.89-
YUV70.51150.85120.5-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.10%
GREEN value IS 68 (26.95% from 255) = 28.45%
BLUE value IS 111 (43.75% from 255) = 46.44%
R=25.10%
G=28.45%
B=46.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60681110.460.3900.56230.5929.8233.53
Hex3C446F2E27038e71e22
Octal7410415756470703473642
Binary1111001000100110111110111010011101110001110011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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