#3A4266

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

Shades of Port Gore #3A4266

Tints of Port Gore #3A4266

Color information

#3A4266 (or 0x3A4266) is unknown color: approx Port Gore. HEX triplet: 3A, 42 and 66. RGB value is (58,66,102). Sum of RGB (Red+Green+Blue) = 58+66+102=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #3A4266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4266 is #C5BD99. Grayscale: #434343. Windows color (decimal): -12959130 or 6701626. OLE color: 6701626.

HSL color Cylindrical-coordinate representation of color #3A4266: hue angle of 229.09º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A4266 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5866102-
CMYK0.430.3500.6
HSL229.09º27.5%31.37%-
HSV(B)229.09º43.14%40%-
XYZ6.095.7613.36-
YUV67.71147.35121.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.66%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 102 (40.23% from 255) = 45.13%
R=25.66%
G=29.20%
B=45.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal58661020.430.3500.6229.0927.531.37
Hex3A42662B2303Ce51c1f
Octal7210214653430743453437
Binary111010100001011001101010111000110111100111001011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,66,102); }

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

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

 a { background-color: rgb(58,66,102); }

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

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

 span { border-color: rgb(58,66,102); }

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