#374561

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

Shades of Gulf Blue #374561

Tints of Gulf Blue #374561

Color information

#374561 (or 0x374561) is unknown color: approx Gulf Blue. HEX triplet: 37, 45 and 61. RGB value is (55,69,97). Sum of RGB (Red+Green+Blue) = 55+69+97=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #374561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374561 is #C8BA9E. Grayscale: #434343. Windows color (decimal): -13154975 or 6374711. OLE color: 6374711.

HSL color Cylindrical-coordinate representation of color #374561: hue angle of 220º 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 #374561 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB556997-
CMYK0.430.2900.62
HSL220º27.63%29.8%-
HSV(B)220º43.3%38.04%-
XYZ5.865.9312.15-
YUV68.01144.36118.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.89%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 97 (38.28% from 255) = 43.89%
R=24.89%
G=31.22%
B=43.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5569970.430.2900.6222027.6329.8
Hex3745612B1D03Edc1c1e
Octal6710514153350763343436
Binary11011110001011100001101011111010111110110111001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374561; }

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

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

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

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

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

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

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

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