Html Css Color HEX #374761 Gulf Blue

📋 copy color: '#374761'

red 55 ◦ green 71 ◦ blue 97

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

Shades of Gulf Blue #374761

Tints of Gulf Blue #374761

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.84%

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

R = 24.66%
G = 31.84%
B = 43.5%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#374761 (or 0x374761) is known color: Gulf Blue. HEX triplet: 37, 47 and 61. RGB value is (55,71,97). Sum of RGB (Red+Green+Blue) = 55+71+97=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #374761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374761 is #C8B89E. Grayscale: #454545. Windows color (decimal): -13154463 or 6375223. OLE color: 6375223.

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

Color convert

RGB 55 71 97 -
CMYK 0.43 0.27 0 0.62
HSL 217.14º 0.28% 0.3% -
HSV(B) 217.14º 0.43% 0.38% -
XYZ 5.99 6.18 12.19 -
YUV 69.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 55 71 97 0.43 0.27 0 0.62 217.14 0.28 0.3
Hex 37 47 61 2B 1B 0 3E D9 1C 1E
Octal 67 107 141 53 33 0 76 331 34 36
Binary 110111 1000111 1100001 101011 11011 0 111110 11011001 11100 11110

Color Harmonies of #374761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374761

Black with #374761

Text Example


Text Example

White with #374761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374761; }

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

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

background-color css

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

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

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

border-color css

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

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

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