#374362

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

Shades of Gulf Blue #374362

Tints of Gulf Blue #374362

Color information

#374362 (or 0x374362) is unknown color: approx Gulf Blue. HEX triplet: 37, 43 and 62. RGB value is (55,67,98). Sum of RGB (Red+Green+Blue) = 55+67+98=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #374362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374362 is #C8BC9D. Grayscale: #424242. Windows color (decimal): -13155486 or 6439735. OLE color: 6439735.

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

Color convert

RGB556798-
CMYK0.440.3200.62
HSL223.26º28.1%30%-
HSV(B)223.26º43.88%38.43%-
XYZ5.795.7112.35-
YUV66.95145.52119.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 98 (38.67% from 255) = 44.55%
R=25%
G=30.45%
B=44.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5567980.440.3200.62223.2628.130
Hex3743622C2003Edf1c1e
Octal6710314254400763373436
Binary110111100001111000101011001000000111110110111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374362; }

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

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

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

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

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

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

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

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