#3A4475

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

Shades of Port Gore #3A4475

Tints of Port Gore #3A4475

Color information

#3A4475 (or 0x3A4475) is unknown color: approx Port Gore. HEX triplet: 3A, 44 and 75. RGB value is (58,68,117). Sum of RGB (Red+Green+Blue) = 58+68+117=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A4475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4475 is #C5BB8A. Grayscale: #464646. Windows color (decimal): -12958603 or 7685178. OLE color: 7685178.

HSL color Cylindrical-coordinate representation of color #3A4475: hue angle of 229.83º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A4475 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5868117-
CMYK0.500.4200.54
HSL229.83º33.71%34.31%-
HSV(B)229.83º50.43%45.88%-
XYZ7.026.3217.68-
YUV70.6154.19119.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.87%
GREEN value IS 68 (26.95% from 255) = 27.98%
BLUE value IS 117 (46.09% from 255) = 48.15%
R=23.87%
G=27.98%
B=48.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58681170.500.4200.54229.8333.7134.31
Hex3A4475322A036e62222
Octal7210416562520663464242
Binary11101010001001110101110010101010011011011100110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,68,117); }

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

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

 a { background-color: rgb(58,68,117); }

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

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

 span { border-color: rgb(58,68,117); }

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