#3A3D6C

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

Shades of Port Gore #3A3D6C

Tints of Port Gore #3A3D6C

Color information

#3A3D6C (or 0x3A3D6C) is unknown color: approx Port Gore. HEX triplet: 3A, 3D and 6C. RGB value is (58,61,108). Sum of RGB (Red+Green+Blue) = 58+61+108=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A3D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3D6C is #C5C293. Grayscale: #414141. Windows color (decimal): -12960404 or 7093562. OLE color: 7093562.

HSL color Cylindrical-coordinate representation of color #3A3D6C: hue angle of 236.4º 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 #3A3D6C is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5861108-
CMYK0.460.4400.58
HSL236.4º30.12%32.55%-
HSV(B)236.4º46.3%42.35%-
XYZ6.125.3214.89-
YUV65.46152.01122.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.55%
GREEN value IS 61 (24.22% from 255) = 26.87%
BLUE value IS 108 (42.58% from 255) = 47.58%
R=25.55%
G=26.87%
B=47.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58611080.460.4400.58236.430.1232.55
Hex3A3D6C2E2C03Aec1e21
Octal727515456540723543641
Binary111010111101110110010111010110001110101110110011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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