#374363

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

Shades of Gulf Blue #374363

Tints of Gulf Blue #374363

Color information

#374363 (or 0x374363) is unknown color: approx Gulf Blue. HEX triplet: 37, 43 and 63. RGB value is (55,67,99). Sum of RGB (Red+Green+Blue) = 55+67+99=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #374363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374363 is #C8BC9C. Grayscale: #424242. Windows color (decimal): -13155485 or 6505271. OLE color: 6505271.

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

Color convert

RGB556799-
CMYK0.440.3200.61
HSL223.64º28.57%30.2%-
HSV(B)223.64º44.44%38.82%-
XYZ5.835.7312.6-
YUV67.06146.02119.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.89%
GREEN value IS 67 (26.56% from 255) = 30.32%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=24.89%
G=30.32%
B=44.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5567990.440.3200.61223.6428.5730.2
Hex3743632C2003De01d1e
Octal6710314354400753403536
Binary110111100001111000111011001000000111101111000001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374363; }

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

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

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

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

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

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

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

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