#374563

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

Shades of Gulf Blue #374563

Tints of Gulf Blue #374563

Color information

#374563 (or 0x374563) is unknown color: approx Gulf Blue. HEX triplet: 37, 45 and 63. RGB value is (55,69,99). Sum of RGB (Red+Green+Blue) = 55+69+99=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #374563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374563 is #C8BA9C. Grayscale: #444444. Windows color (decimal): -13154973 or 6505783. OLE color: 6505783.

HSL color Cylindrical-coordinate representation of color #374563: hue angle of 220.91º 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 #374563 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB556999-
CMYK0.440.3000.61
HSL220.91º28.57%30.2%-
HSV(B)220.91º44.44%38.82%-
XYZ5.965.9712.64-
YUV68.23145.36118.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.66%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 99 (39.06% from 255) = 44.39%
R=24.66%
G=30.94%
B=44.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5569990.440.3000.61220.9128.5730.2
Hex3745632C1E03Ddd1d1e
Octal6710514354360753353536
Binary11011110001011100011101100111100111101110111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374563; }

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

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

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

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

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

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

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

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