#3B4861

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

Shades of Gulf Blue #3B4861

Tints of Gulf Blue #3B4861

Color information

#3B4861 (or 0x3B4861) is unknown color: approx Gulf Blue. HEX triplet: 3B, 48 and 61. RGB value is (59,72,97). Sum of RGB (Red+Green+Blue) = 59+72+97=228 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.88% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #3B4861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4861 is #C4B79E. Grayscale: #464646. Windows color (decimal): -12892063 or 6375483. OLE color: 6375483.

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

Color convert

RGB597297-
CMYK0.390.2600.62
HSL219.47º24.36%30.59%-
HSV(B)219.47º39.18%38.04%-
XYZ6.286.4312.22-
YUV70.96142.69119.47-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.88%
GREEN value IS 72 (28.52% from 255) = 31.58%
BLUE value IS 97 (38.28% from 255) = 42.54%
R=25.88%
G=31.58%
B=42.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5972970.390.2600.62219.4724.3630.59
Hex3B4861271A03Edb181f
Octal7311014147320763333037
Binary11101110010001100001100111110100111110110110111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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