Html Css Color HEX #374971 Port Gore

📋 copy color: '#374971'

red 55 ◦ green 73 ◦ blue 113

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

Shades of Port Gore #374971

Tints of Port Gore #374971

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.29%

 BLUE value IS 113 (44.53% from 255) = 46.89%

R = 22.82%
G = 30.29%
B = 46.89%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#374971 (or 0x374971) is known color: Port Gore. HEX triplet: 37, 49 and 71. RGB value is (55,73,113). Sum of RGB (Red+Green+Blue) = 55+73+113=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #374971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374971 is #C8B68E. Grayscale: #484848. Windows color (decimal): -13153935 or 7424311. OLE color: 7424311.

HSL color Cylindrical-coordinate representation of color #374971: hue angle of 221.38º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #374971 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 73 113 -
CMYK 0.51 0.35 0 0.56
HSL 221.38º 0.35% 0.33% -
HSV(B) 221.38º 0.51% 0.44% -
XYZ 6.94 6.77 16.56 -
YUV 72.18 151.04 115.75 -
System Red Green Blue C M Y K H S L
Decimal 55 73 113 0.51 0.35 0 0.56 221.38 0.35 0.33
Hex 37 49 71 33 23 0 38 DD 23 21
Octal 67 111 161 63 43 0 70 335 43 41
Binary 110111 1001001 1110001 110011 100011 0 111000 11011101 100011 100001

Color Harmonies of #374971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374971

Black with #374971

Text Example


Text Example

White with #374971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374971; }

 p { color: rgb(55,73,113); }

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

background-color css

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

 a { background-color: rgb(55,73,113); }

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

border-color css

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

 span { border-color: rgb(55,73,113); }

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