#3B4271

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

Shades of Port Gore #3B4271

Tints of Port Gore #3B4271

Color information

#3B4271 (or 0x3B4271) is unknown color: approx Port Gore. HEX triplet: 3B, 42 and 71. RGB value is (59,66,113). Sum of RGB (Red+Green+Blue) = 59+66+113=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 113 - color contains mainly: blue. Hex color #3B4271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4271 is #C4BD8E. Grayscale: #454545. Windows color (decimal): -12893583 or 7422523. OLE color: 7422523.

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

Color convert

RGB5966113-
CMYK0.480.4200.56
HSL232.22º31.4%33.73%-
HSV(B)232.22º47.79%44.31%-
XYZ6.736.0216.43-
YUV69.26152.68120.68-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.79%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 113 (44.53% from 255) = 47.48%
R=24.79%
G=27.73%
B=47.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59661130.480.4200.56232.2231.433.73
Hex3B4271302A038e81f22
Octal7310216160520703503742
Binary1110111000010111000111000010101001110001110100011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,66,113); }

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

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

 a { background-color: rgb(59,66,113); }

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

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

 span { border-color: rgb(59,66,113); }

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