#3B3E66

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

Shades of Port Gore #3B3E66

Tints of Port Gore #3B3E66

Color information

#3B3E66 (or 0x3B3E66) is unknown color: approx Port Gore. HEX triplet: 3B, 3E and 66. RGB value is (59,62,102). Sum of RGB (Red+Green+Blue) = 59+62+102=223 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.46% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #3B3E66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3E66 is #C4C199. Grayscale: #414141. Windows color (decimal): -12894618 or 6700603. OLE color: 6700603.

HSL color Cylindrical-coordinate representation of color #3B3E66: hue angle of 235.81º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B3E66 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5962102-
CMYK0.420.3900.6
HSL235.81º26.71%31.57%-
HSV(B)235.81º42.16%40%-
XYZ5.925.3313.29-
YUV65.66148.51123.25-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.46%
GREEN value IS 62 (24.61% from 255) = 27.80%
BLUE value IS 102 (40.23% from 255) = 45.74%
R=26.46%
G=27.80%
B=45.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal59621020.420.3900.6235.8126.7131.57
Hex3B3E662A2703Cec1b20
Octal737614652470743543340
Binary111011111110110011010101010011101111001110110011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,62,102); }

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

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

 a { background-color: rgb(59,62,102); }

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

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

 span { border-color: rgb(59,62,102); }

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