Html Css Color HEX #374170 Port Gore

📋 copy color: '#374170'

red 55 ◦ green 65 ◦ blue 112

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

Shades of Port Gore #374170

Tints of Port Gore #374170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.28%

R = 23.71%
G = 28.02%
B = 48.28%

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

#374170 (or 0x374170) is known color: Port Gore. HEX triplet: 37, 41 and 70. RGB value is (55,65,112). Sum of RGB (Red+Green+Blue) = 55+65+112=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #374170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374170 is #C8BE8F. Grayscale: #434343. Windows color (decimal): -13155984 or 7356727. OLE color: 7356727.

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

Color convert

RGB 55 65 112 -
CMYK 0.51 0.42 0 0.56
HSL 229.47º 0.34% 0.33% -
HSV(B) 229.47º 0.51% 0.44% -
XYZ 6.39 5.76 16.1 -
YUV 67.37 153.19 119.18 -
System Red Green Blue C M Y K H S L
Decimal 55 65 112 0.51 0.42 0 0.56 229.47 0.34 0.33
Hex 37 41 70 33 2A 0 38 E5 22 21
Octal 67 101 160 63 52 0 70 345 42 41
Binary 110111 1000001 1110000 110011 101010 0 111000 11100101 100010 100001

Color Harmonies of #374170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374170

Black with #374170

Text Example


Text Example

White with #374170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374170; }

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

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

background-color css

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

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

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

border-color css

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

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

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