#374665

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

Shades of Gulf Blue #374665

Tints of Gulf Blue #374665

Color information

#374665 (or 0x374665) is unknown color: approx Gulf Blue. HEX triplet: 37, 46 and 65. RGB value is (55,70,101). Sum of RGB (Red+Green+Blue) = 55+70+101=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 101 - color contains mainly: blue. Hex color #374665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374665 is #C8B99A. Grayscale: #444444. Windows color (decimal): -13154715 or 6637111. OLE color: 6637111.

HSL color Cylindrical-coordinate representation of color #374665: hue angle of 220.43º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #374665 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5570101-
CMYK0.460.3100.60
HSL220.43º29.49%30.59%-
HSV(B)220.43º45.54%39.61%-
XYZ6.116.1313.17-
YUV69.05146.03117.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.34%
GREEN value IS 70 (27.73% from 255) = 30.97%
BLUE value IS 101 (39.84% from 255) = 44.69%
R=24.34%
G=30.97%
B=44.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55701010.460.3100.60220.4329.4930.59
Hex3746652E1F03Cdc1d1f
Octal6710614556370743343537
Binary11011110001101100101101110111110111100110111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374665; }

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

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

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

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

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

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

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

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