Html Css Color HEX #374171 Port Gore

📋 copy color: '#374171'

red 55 ◦ green 65 ◦ blue 113

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

Shades of Port Gore #374171

Tints of Port Gore #374171

RGB

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

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

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

R = 23.61%
G = 27.9%
B = 48.5%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#374171 (or 0x374171) is known color: Port Gore. HEX triplet: 37, 41 and 71. RGB value is (55,65,113). Sum of RGB (Red+Green+Blue) = 55+65+113=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #374171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374171 is #C8BE8E. Grayscale: #434343. Windows color (decimal): -13155983 or 7422263. OLE color: 7422263.

HSL color Cylindrical-coordinate representation of color #374171: hue angle of 229.66º 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 #374171 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 65 113 -
CMYK 0.51 0.42 0 0.56
HSL 229.66º 0.35% 0.33% -
HSV(B) 229.66º 0.51% 0.44% -
XYZ 6.45 5.79 16.4 -
YUV 67.48 153.69 119.1 -
System Red Green Blue C M Y K H S L
Decimal 55 65 113 0.51 0.42 0 0.56 229.66 0.35 0.33
Hex 37 41 71 33 2A 0 38 E6 23 21
Octal 67 101 161 63 52 0 70 346 43 41
Binary 110111 1000001 1110001 110011 101010 0 111000 11100110 100011 100001

Color Harmonies of #374171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374171

Black with #374171

Text Example


Text Example

White with #374171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374171; }

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

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

background-color css

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

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

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

border-color css

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

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

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