#374661

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

Shades of Gulf Blue #374661

Tints of Gulf Blue #374661

Color information

#374661 (or 0x374661) is unknown color: approx Gulf Blue. HEX triplet: 37, 46 and 61. RGB value is (55,70,97). Sum of RGB (Red+Green+Blue) = 55+70+97=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #374661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374661 is #C8B99E. Grayscale: #444444. Windows color (decimal): -13154719 or 6374967. OLE color: 6374967.

HSL color Cylindrical-coordinate representation of color #374661: hue angle of 218.57º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #374661 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB557097-
CMYK0.430.2800.62
HSL218.57º27.63%29.8%-
HSV(B)218.57º43.3%38.04%-
XYZ5.926.0612.17-
YUV68.59144.03118.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.77%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 97 (38.28% from 255) = 43.69%
R=24.77%
G=31.53%
B=43.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5570970.430.2800.62218.5727.6329.8
Hex3746612B1C03Edb1c1e
Octal6710614153340763333436
Binary11011110001101100001101011111000111110110110111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374661; }

 p { color: rgb(55,70,97); }

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

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

 a { background-color: rgb(55,70,97); }

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

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

 span { border-color: rgb(55,70,97); }

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