Html Css Color HEX #374160 Gulf Blue

📋 copy color: '#374160'

red 55 ◦ green 65 ◦ blue 96

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

Shades of Gulf Blue #374160

Tints of Gulf Blue #374160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 44.44%

R = 25.46%
G = 30.09%
B = 44.44%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#374160 (or 0x374160) is known color: Gulf Blue. HEX triplet: 37, 41 and 60. RGB value is (55,65,96). Sum of RGB (Red+Green+Blue) = 55+65+96=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #374160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374160 is #C8BE9F. Grayscale: #414141. Windows color (decimal): -13156000 or 6308151. OLE color: 6308151.

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

Color convert

RGB 55 65 96 -
CMYK 0.43 0.32 0 0.62
HSL 225.37º 0.27% 0.3% -
HSV(B) 225.37º 0.43% 0.38% -
XYZ 5.58 5.44 11.82 -
YUV 65.54 145.19 120.48 -
System Red Green Blue C M Y K H S L
Decimal 55 65 96 0.43 0.32 0 0.62 225.37 0.27 0.3
Hex 37 41 60 2B 20 0 3E E1 1B 1E
Octal 67 101 140 53 40 0 76 341 33 36
Binary 110111 1000001 1100000 101011 100000 0 111110 11100001 11011 11110

Color Harmonies of #374160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374160

Black with #374160

Text Example


Text Example

White with #374160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374160; }

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

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

background-color css

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

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

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

border-color css

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

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

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