Html Css Color HEX #374661 Gulf Blue

📋 copy color: '#374661'

red 55 ◦ green 70 ◦ blue 97

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

Shades of Gulf Blue #374661

Tints of Gulf Blue #374661

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.53%

 BLUE value IS 97 (38.28% from 255) = 43.69%

R = 24.77%
G = 31.53%
B = 43.69%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#374661 (or 0x374661) is known color: Gulf Blue. HEX triplet: 37, 46 and 61. RGB value is (55,70,97). Sum of RGB (Red+Green+Blue) = 55+70+97=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #374661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374661 is #C8B99E. Grayscale: #444444. Windows color (decimal): -13154719 or 6374967. OLE color: 6374967.

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

Color convert

RGB 55 70 97 -
CMYK 0.43 0.28 0 0.62
HSL 218.57º 0.28% 0.3% -
HSV(B) 218.57º 0.43% 0.38% -
XYZ 5.92 6.06 12.17 -
YUV 68.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 55 70 97 0.43 0.28 0 0.62 218.57 0.28 0.3
Hex 37 46 61 2B 1C 0 3E DB 1C 1E
Octal 67 106 141 53 34 0 76 333 34 36
Binary 110111 1000110 1100001 101011 11100 0 111110 11011011 11100 11110

Color Harmonies of #374661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374661

Black with #374661

Text Example


Text Example

White with #374661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374661; }

 p { color: rgb(55,70,97); }

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

background-color css

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

 a { background-color: rgb(55,70,97); }

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

border-color css

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

 span { border-color: rgb(55,70,97); }

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