#3B4667

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

Shades of Port Gore #3B4667

Tints of Port Gore #3B4667

Color information

#3B4667 (or 0x3B4667) is unknown color: approx Port Gore. HEX triplet: 3B, 46 and 67. RGB value is (59,70,103). Sum of RGB (Red+Green+Blue) = 59+70+103=232 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.43% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: blue. Hex color #3B4667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4667 is #C4B998. Grayscale: #464646. Windows color (decimal): -12892569 or 6768187. OLE color: 6768187.

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

Color convert

RGB5970103-
CMYK0.430.3200.60
HSL225º27.16%31.76%-
HSV(B)225º42.72%40.39%-
XYZ6.446.2913.71-
YUV70.47146.36119.82-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.43%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 103 (40.62% from 255) = 44.40%
R=25.43%
G=30.17%
B=44.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal59701030.430.3200.6022527.1631.76
Hex3B46672B2003Ce11b20
Octal7310614753400743413340
Binary1110111000110110011110101110000001111001110000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,70,103); }

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

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

 a { background-color: rgb(59,70,103); }

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

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

 span { border-color: rgb(59,70,103); }

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