#374160

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

Shades of Gulf Blue #374160

Tints of Gulf Blue #374160

Color information

#374160 (or 0x374160) is unknown color: approx Gulf Blue. HEX triplet: 37, 41 and 60. RGB value is (55,65,96). Sum of RGB (Red+Green+Blue) = 55+65+96=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #374160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374160 is #C8BE9F. Grayscale: #414141. Windows color (decimal): -13156000 or 6308151. OLE color: 6308151.

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

Color convert

RGB556596-
CMYK0.430.3200.62
HSL225.37º27.15%29.61%-
HSV(B)225.37º42.71%37.65%-
XYZ5.585.4411.82-
YUV65.54145.19120.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.46%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 96 (37.89% from 255) = 44.44%
R=25.46%
G=30.09%
B=44.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5565960.430.3200.62225.3727.1529.61
Hex3741602B2003Ee11b1e
Octal6710114053400763413336
Binary110111100000111000001010111000000111110111000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374160; }

 p { color: rgb(55,65,96); }

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

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

 a { background-color: rgb(55,65,96); }

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

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

 span { border-color: rgb(55,65,96); }

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