#3B426E

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

Shades of Port Gore #3B426E

Tints of Port Gore #3B426E

Color information

#3B426E (or 0x3B426E) is unknown color: approx Port Gore. HEX triplet: 3B, 42 and 6E. RGB value is (59,66,110). Sum of RGB (Red+Green+Blue) = 59+66+110=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B426E is #C4BD91. Grayscale: #444444. Windows color (decimal): -12893586 or 7225915. OLE color: 7225915.

HSL color Cylindrical-coordinate representation of color #3B426E: hue angle of 231.76º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B426E is Cyan = 0.46, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5966110-
CMYK0.460.400.57
HSL231.76º30.18%33.14%-
HSV(B)231.76º46.36%43.14%-
XYZ6.575.9515.55-
YUV68.92151.18120.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.11%
GREEN value IS 66 (26.17% from 255) = 28.09%
BLUE value IS 110 (43.36% from 255) = 46.81%
R=25.11%
G=28.09%
B=46.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59661100.460.400.57231.7630.1833.14
Hex3B426E2E28039e81e21
Octal7310215656500713503641
Binary1110111000010110111010111010100001110011110100011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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