#3D4A63

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

Shades of Gulf Blue #3D4A63

Tints of Gulf Blue #3D4A63

Color information

#3D4A63 (or 0x3D4A63) is unknown color: approx Gulf Blue. HEX triplet: 3D, 4A and 63. RGB value is (61,74,99). Sum of RGB (Red+Green+Blue) = 61+74+99=234 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.07% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #3D4A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4A63 is #C2B59C. Grayscale: #484848. Windows color (decimal): -12760477 or 6507069. OLE color: 6507069.

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

Color convert

RGB617499-
CMYK0.380.2500.61
HSL219.47º23.75%31.37%-
HSV(B)219.47º38.38%38.82%-
XYZ6.636.7912.77-
YUV72.96142.69119.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.07%
GREEN value IS 74 (29.30% from 255) = 31.62%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=26.07%
G=31.62%
B=42.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6174990.380.2500.61219.4723.7531.37
Hex3D4A63261903Ddb181f
Octal7511214346310753333037
Binary11110110010101100011100110110010111101110110111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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