#3D4863

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

Shades of Gulf Blue #3D4863

Tints of Gulf Blue #3D4863

Color information

#3D4863 (or 0x3D4863) is unknown color: approx Gulf Blue. HEX triplet: 3D, 48 and 63. RGB value is (61,72,99). Sum of RGB (Red+Green+Blue) = 61+72+99=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #3D4863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4863 is #C2B79C. Grayscale: #474747. Windows color (decimal): -12760989 or 6506557. OLE color: 6506557.

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

Color convert

RGB617299-
CMYK0.380.2700.61
HSL222.63º23.75%31.37%-
HSV(B)222.63º38.38%38.82%-
XYZ6.496.5312.72-
YUV71.79143.36120.3-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.29%
GREEN value IS 72 (28.52% from 255) = 31.03%
BLUE value IS 99 (39.06% from 255) = 42.67%
R=26.29%
G=31.03%
B=42.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6172990.380.2700.61222.6323.7531.37
Hex3D4863261B03Ddf181f
Octal7511014346330753373037
Binary11110110010001100011100110110110111101110111111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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