Html Css Color HEX #374059 Gulf Blue

📋 copy color: '#374059'

red 55 ◦ green 64 ◦ blue 89

#374059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Blue #374059

Tints of Gulf Blue #374059

RGB

 RED value IS 55 (21.88% from 255) = 26.44%

 GREEN value IS 64 (25.39% from 255) = 30.77%

 BLUE value IS 89 (35.16% from 255) = 42.79%

R = 26.44%
G = 30.77%
B = 42.79%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#374059 (or 0x374059) is known color: Gulf Blue. HEX triplet: 37, 40 and 59. RGB value is (55,64,89). Sum of RGB (Red+Green+Blue) = 55+64+89=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #374059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374059 is #C8BFA6. Grayscale: #404040. Windows color (decimal): -13156263 or 5849143. OLE color: 5849143.

HSL color Cylindrical-coordinate representation of color #374059: hue angle of 224.12º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #374059 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 64 89 -
CMYK 0.38 0.28 0 0.65
HSL 224.12º 0.24% 0.28% -
HSV(B) 224.12º 0.38% 0.35% -
XYZ 5.21 5.2 10.18 -
YUV 64.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 55 64 89 0.38 0.28 0 0.65 224.12 0.24 0.28
Hex 37 40 59 26 1C 0 41 E0 18 1C
Octal 67 100 131 46 34 0 101 340 30 34
Binary 110111 1000000 1011001 100110 11100 0 1000001 11100000 11000 11100

Color Harmonies of #374059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374059

Black with #374059

Text Example


Text Example

White with #374059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374059; }

 p { color: rgb(55,64,89); }

 H1.HeaderClassName
 {
   color: #374059;
 }
 .AnyTagClassName
 {
   color: #374059;
 }
</style>

background-color css

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

 a { background-color: rgb(55,64,89); }

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

border-color css

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

 span { border-color: rgb(55,64,89); }

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