Html Css Color HEX #374159 Gulf Blue

📋 copy color: '#374159'

red 55 ◦ green 65 ◦ blue 89

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

Shades of Gulf Blue #374159

Tints of Gulf Blue #374159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.1%

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

R = 26.32%
G = 31.1%
B = 42.58%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#374159 (or 0x374159) is known color: Gulf Blue. HEX triplet: 37, 41 and 59. RGB value is (55,65,89). Sum of RGB (Red+Green+Blue) = 55+65+89=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #374159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374159 is #C8BEA6. Grayscale: #404040. Windows color (decimal): -13156007 or 5849399. OLE color: 5849399.

HSL color Cylindrical-coordinate representation of color #374159: hue angle of 222.35º 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 #374159 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 65 89 -
CMYK 0.38 0.27 0 0.65
HSL 222.35º 0.24% 0.28% -
HSV(B) 222.35º 0.38% 0.35% -
XYZ 5.27 5.31 10.2 -
YUV 64.75 141.69 121.05 -
System Red Green Blue C M Y K H S L
Decimal 55 65 89 0.38 0.27 0 0.65 222.35 0.24 0.28
Hex 37 41 59 26 1B 0 41 DE 18 1C
Octal 67 101 131 46 33 0 101 336 30 34
Binary 110111 1000001 1011001 100110 11011 0 1000001 11011110 11000 11100

Color Harmonies of #374159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374159

Black with #374159

Text Example


Text Example

White with #374159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374159; }

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

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

background-color css

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

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

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

border-color css

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

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

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