#3B4763

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

Shades of Gulf Blue #3B4763

Tints of Gulf Blue #3B4763

Color information

#3B4763 (or 0x3B4763) is unknown color: approx Gulf Blue. HEX triplet: 3B, 47 and 63. RGB value is (59,71,99). Sum of RGB (Red+Green+Blue) = 59+71+99=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #3B4763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4763 is #C4B89C. Grayscale: #464646. Windows color (decimal): -12892317 or 6506299. OLE color: 6506299.

HSL color Cylindrical-coordinate representation of color #3B4763: hue angle of 222º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B4763 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB597199-
CMYK0.400.2800.61
HSL222º25.32%30.98%-
HSV(B)222º40.4%38.82%-
XYZ6.316.3412.7-
YUV70.6144.02119.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.76%
GREEN value IS 71 (28.12% from 255) = 31.00%
BLUE value IS 99 (39.06% from 255) = 43.23%
R=25.76%
G=31.00%
B=43.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5971990.400.2800.6122225.3230.98
Hex3B4763281C03Dde191f
Octal7310714350340753363137
Binary11101110001111100011101000111000111101110111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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