#3D4963

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

Shades of Gulf Blue #3D4963

Tints of Gulf Blue #3D4963

Color information

#3D4963 (or 0x3D4963) is unknown color: approx Gulf Blue. HEX triplet: 3D, 49 and 63. RGB value is (61,73,99). Sum of RGB (Red+Green+Blue) = 61+73+99=233 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.18% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #3D4963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4963 is #C2B69C. Grayscale: #484848. Windows color (decimal): -12760733 or 6506813. OLE color: 6506813.

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

Color convert

RGB617399-
CMYK0.380.2600.61
HSL221.05º23.75%31.37%-
HSV(B)221.05º38.38%38.82%-
XYZ6.566.6612.74-
YUV72.38143.02119.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.18%
GREEN value IS 73 (28.91% from 255) = 31.33%
BLUE value IS 99 (39.06% from 255) = 42.49%
R=26.18%
G=31.33%
B=42.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6173990.380.2600.61221.0523.7531.37
Hex3D4963261A03Ddd181f
Octal7511114346320753353037
Binary11110110010011100011100110110100111101110111011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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