#3B4863

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

Shades of Gulf Blue #3B4863

Tints of Gulf Blue #3B4863

Color information

#3B4863 (or 0x3B4863) is unknown color: approx Gulf Blue. HEX triplet: 3B, 48 and 63. RGB value is (59,72,99). Sum of RGB (Red+Green+Blue) = 59+72+99=230 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.65% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #3B4863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4863 is #C4B79C. Grayscale: #474747. Windows color (decimal): -12892061 or 6506555. OLE color: 6506555.

HSL color Cylindrical-coordinate representation of color #3B4863: hue angle of 220.5º 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 #3B4863 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB597299-
CMYK0.400.2700.61
HSL220.5º25.32%30.98%-
HSV(B)220.5º40.4%38.82%-
XYZ6.376.4712.72-
YUV71.19143.69119.3-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.65%
GREEN value IS 72 (28.52% from 255) = 31.30%
BLUE value IS 99 (39.06% from 255) = 43.04%
R=25.65%
G=31.30%
B=43.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5972990.400.2700.61220.525.3230.98
Hex3B4863281B03Ddc191f
Octal7311014350330753343137
Binary11101110010001100011101000110110111101110111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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