#3A436C

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

Shades of Port Gore #3A436C

Tints of Port Gore #3A436C

Color information

#3A436C (or 0x3A436C) is unknown color: approx Port Gore. HEX triplet: 3A, 43 and 6C. RGB value is (58,67,108). Sum of RGB (Red+Green+Blue) = 58+67+108=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A436C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A436C is #C5BC93. Grayscale: #444444. Windows color (decimal): -12958868 or 7095098. OLE color: 7095098.

HSL color Cylindrical-coordinate representation of color #3A436C: hue angle of 229.2º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A436C is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5867108-
CMYK0.460.3800.58
HSL229.2º30.12%32.55%-
HSV(B)229.2º46.3%42.35%-
XYZ6.46615-
YUV68.98150.02120.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.89%
GREEN value IS 67 (26.56% from 255) = 28.76%
BLUE value IS 108 (42.58% from 255) = 46.35%
R=24.89%
G=28.76%
B=46.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58671080.460.3800.58229.230.1232.55
Hex3A436C2E2603Ae51e21
Octal7210315456460723453641
Binary1110101000011110110010111010011001110101110010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A436C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,67,108); }

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

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

 a { background-color: rgb(58,67,108); }

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

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

 span { border-color: rgb(58,67,108); }

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