#3A4963

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

Shades of Gulf Blue #3A4963

Tints of Gulf Blue #3A4963

Color information

#3A4963 (or 0x3A4963) is unknown color: approx Gulf Blue. HEX triplet: 3A, 49 and 63. RGB value is (58,73,99). Sum of RGB (Red+Green+Blue) = 58+73+99=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 73 (28.91% from 255 or 31.74% 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 #3A4963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4963 is #C5B69C. Grayscale: #474747. Windows color (decimal): -12957341 or 6506810. OLE color: 6506810.

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

Color convert

RGB587399-
CMYK0.410.2600.61
HSL218.05º26.11%30.78%-
HSV(B)218.05º41.41%38.82%-
XYZ6.386.5712.74-
YUV71.48143.53118.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.22%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 99 (39.06% from 255) = 43.04%
R=25.22%
G=31.74%
B=43.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5873990.410.2600.61218.0526.1130.78
Hex3A4963291A03Dda1a1f
Octal7211114351320753323237
Binary11101010010011100011101001110100111101110110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,73,99); }

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

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

 a { background-color: rgb(58,73,99); }

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

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

 span { border-color: rgb(58,73,99); }

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