Html Css Color HEX #374560 Gulf Blue

📋 copy color: '#374560'

red 55 ◦ green 69 ◦ blue 96

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

Shades of Gulf Blue #374560

Tints of Gulf Blue #374560

RGB

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

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

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

R = 25%
G = 31.36%
B = 43.64%

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

#374560 (or 0x374560) is known color: Gulf Blue. HEX triplet: 37, 45 and 60. RGB value is (55,69,96). Sum of RGB (Red+Green+Blue) = 55+69+96=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #374560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374560 is #C8BA9F. Grayscale: #434343. Windows color (decimal): -13154976 or 6309175. OLE color: 6309175.

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

Color convert

RGB 55 69 96 -
CMYK 0.43 0.28 0 0.62
HSL 219.51º 0.27% 0.3% -
HSV(B) 219.51º 0.43% 0.38% -
XYZ 5.81 5.91 11.9 -
YUV 67.89 143.86 118.8 -
System Red Green Blue C M Y K H S L
Decimal 55 69 96 0.43 0.28 0 0.62 219.51 0.27 0.3
Hex 37 45 60 2B 1C 0 3E DC 1B 1E
Octal 67 105 140 53 34 0 76 334 33 36
Binary 110111 1000101 1100000 101011 11100 0 111110 11011100 11011 11110

Color Harmonies of #374560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374560

Black with #374560

Text Example


Text Example

White with #374560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374560; }

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

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

background-color css

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

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

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

border-color css

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

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

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