#3B4660

Color #3B4660 Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #3B4660

Tints of Gulf Blue #3B4660

Color information

#3B4660 (or 0x3B4660) is unknown color: approx Gulf Blue. HEX triplet: 3B, 46 and 60. RGB value is (59,70,96). Sum of RGB (Red+Green+Blue) = 59+70+96=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B4660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4660 is #C4B99F. Grayscale: #454545. Windows color (decimal): -12892576 or 6309435. OLE color: 6309435.

HSL color Cylindrical-coordinate representation of color #3B4660: hue angle of 222.16º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B4660 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB597096-
CMYK0.390.2700.62
HSL222.16º23.87%30.39%-
HSV(B)222.16º38.54%37.65%-
XYZ6.116.1511.93-
YUV69.68142.86120.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.22%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=26.22%
G=31.11%
B=42.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5970960.390.2700.62222.1623.8730.39
Hex3B4660271B03Ede181e
Octal7310614047330763363036
Binary11101110001101100000100111110110111110110111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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