Html Css Color HEX #374561 Gulf Blue

📋 copy color: '#374561'

red 55 ◦ green 69 ◦ blue 97

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

Shades of Gulf Blue #374561

Tints of Gulf Blue #374561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.22%

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

R = 24.89%
G = 31.22%
B = 43.89%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#374561 (or 0x374561) is known color: Gulf Blue. HEX triplet: 37, 45 and 61. RGB value is (55,69,97). Sum of RGB (Red+Green+Blue) = 55+69+97=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #374561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374561 is #C8BA9E. Grayscale: #434343. Windows color (decimal): -13154975 or 6374711. OLE color: 6374711.

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

Color convert

RGB 55 69 97 -
CMYK 0.43 0.29 0 0.62
HSL 220º 0.28% 0.3% -
HSV(B) 220º 0.43% 0.38% -
XYZ 5.86 5.93 12.15 -
YUV 68.01 144.36 118.72 -
System Red Green Blue C M Y K H S L
Decimal 55 69 97 0.43 0.29 0 0.62 220 0.28 0.3
Hex 37 45 61 2B 1D 0 3E DC 1C 1E
Octal 67 105 141 53 35 0 76 334 34 36
Binary 110111 1000101 1100001 101011 11101 0 111110 11011100 11100 11110

Color Harmonies of #374561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374561

Black with #374561

Text Example


Text Example

White with #374561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374561; }

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

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

background-color css

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

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

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

border-color css

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

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

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