#3B426B

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

Shades of Port Gore #3B426B

Tints of Port Gore #3B426B

Color information

#3B426B (or 0x3B426B) is unknown color: approx Port Gore. HEX triplet: 3B, 42 and 6B. RGB value is (59,66,107). Sum of RGB (Red+Green+Blue) = 59+66+107=232 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.43% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #3B426B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B426B is #C4BD94. Grayscale: #444444. Windows color (decimal): -12893589 or 7029307. OLE color: 7029307.

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

Color convert

RGB5966107-
CMYK0.450.3800.58
HSL231.25º28.92%32.55%-
HSV(B)231.25º44.86%41.96%-
XYZ6.415.8914.71-
YUV68.58149.68121.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.43%
GREEN value IS 66 (26.17% from 255) = 28.45%
BLUE value IS 107 (42.19% from 255) = 46.12%
R=25.43%
G=28.45%
B=46.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59661070.450.3800.58231.2528.9232.55
Hex3B426B2D2603Ae71d21
Octal7310215355460723473541
Binary1110111000010110101110110110011001110101110011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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