#374763

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

Shades of Gulf Blue #374763

Tints of Gulf Blue #374763

Color information

#374763 (or 0x374763) is unknown color: approx Gulf Blue. HEX triplet: 37, 47 and 63. RGB value is (55,71,99). Sum of RGB (Red+Green+Blue) = 55+71+99=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #374763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374763 is #C8B89C. Grayscale: #454545. Windows color (decimal): -13154461 or 6506295. OLE color: 6506295.

HSL color Cylindrical-coordinate representation of color #374763: hue angle of 218.18º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #374763 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB557199-
CMYK0.440.2800.61
HSL218.18º28.57%30.2%-
HSV(B)218.18º44.44%38.82%-
XYZ6.086.2212.68-
YUV69.41144.7117.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 99 (39.06% from 255) = 44%
R=24.44%
G=31.56%
B=44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5571990.440.2800.61218.1828.5730.2
Hex3747632C1C03Dda1d1e
Octal6710714354340753323536
Binary11011110001111100011101100111000111101110110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374763; }

 p { color: rgb(55,71,99); }

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

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

 a { background-color: rgb(55,71,99); }

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

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

 span { border-color: rgb(55,71,99); }

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