#3B3F6B

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

Shades of Port Gore #3B3F6B

Tints of Port Gore #3B3F6B

Color information

#3B3F6B (or 0x3B3F6B) is unknown color: approx Port Gore. HEX triplet: 3B, 3F and 6B. RGB value is (59,63,107). Sum of RGB (Red+Green+Blue) = 59+63+107=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 107 - color contains mainly: blue. Hex color #3B3F6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3F6B is #C4C094. Grayscale: #424242. Windows color (decimal): -12894357 or 7028539. OLE color: 7028539.

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

Color convert

RGB5963107-
CMYK0.450.4100.58
HSL235º28.92%32.55%-
HSV(B)235º44.86%41.96%-
XYZ6.235.5514.65-
YUV66.82150.67122.42-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.76%
GREEN value IS 63 (25% from 255) = 27.51%
BLUE value IS 107 (42.19% from 255) = 46.72%
R=25.76%
G=27.51%
B=46.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59631070.450.4100.5823528.9232.55
Hex3B3F6B2D2903Aeb1d21
Octal737715355510723533541
Binary111011111111110101110110110100101110101110101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,63,107); }

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

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

 a { background-color: rgb(59,63,107); }

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

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

 span { border-color: rgb(59,63,107); }

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