#3B476C

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

Shades of Port Gore #3B476C

Tints of Port Gore #3B476C

Color information

#3B476C (or 0x3B476C) is unknown color: approx Port Gore. HEX triplet: 3B, 47 and 6C. RGB value is (59,71,108). Sum of RGB (Red+Green+Blue) = 59+71+108=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 108 - color contains mainly: blue. Hex color #3B476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B476C is #C4B893. Grayscale: #474747. Windows color (decimal): -12892308 or 7096123. OLE color: 7096123.

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

Color convert

RGB5971108-
CMYK0.450.3400.58
HSL225.31º29.34%32.75%-
HSV(B)225.31º45.37%42.35%-
XYZ6.766.5215.09-
YUV71.63148.52118.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.79%
GREEN value IS 71 (28.12% from 255) = 29.83%
BLUE value IS 108 (42.58% from 255) = 45.38%
R=24.79%
G=29.83%
B=45.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59711080.450.3400.58225.3129.3432.75
Hex3B476C2D2203Ae11d21
Octal7310715455420723413541
Binary1110111000111110110010110110001001110101110000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,71,108); }

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

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

 a { background-color: rgb(59,71,108); }

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

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

 span { border-color: rgb(59,71,108); }

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